Script compiling problem
Hi, I got this each time when i try to compile script: "Cannont create file "C:\Users\PC\Desktop\Stunt[GM]\gamemodes\Stunt.pwn".Access denied! Whats the problem ?
View ArticleAlpha object Id
Hi Anybody knows object Id of this Alpha on the picture? I couldn't find it... This alpha is masked on some Fences(Id 10611) at Queens in SF.
View ArticleProblem with MAP
Hello to all, I have problem with one map.. Thats map of town hall, its new because i added her to maps.pwn, but i have one problem, when i go few meters from the that new hall map of the hall just...
View Article[Pedido] Velocimetro que identifica : Velocidade,Local e Veiculo
Olá Galera, tem um velocímetro nessa condições? em textdraw!
View ArticleRace Progress
How do I calculate the percentage of player progress in a race? I tried with TotalCP - 1, but it does not work properly ._. PHP Code: function Float:GetCPPercentage(playerid) {...
View ArticlePorque El Warning En Este Comando
Porque Este Comando Me Da Warning Justo En esta Parte for (new i; i < 2000; i++) Quote: COMMAND:repairall(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] < MAX_NIVEL_ADMIN &&...
View ArticleDemasiado grande
No se recibieron datos para importar. O no se envió el nombre del archivo o el tamaño del archivo excedió el máximo permitido por su configuración PHP. Ver FAQ 1.16. Resulta que intento subir una base...
View ArticleAjutor la dynamic systems
Salut, imi poate explica si mie cineva cum se fac si se utilizeaza sistemele dinamice? Mersi in avans.
View Article[Pedido] Objeto saco de lixo
Alguém poderia me passar aquele objeto saco de lixo que fica atrás do player ao pegar um Lixo? To precisando muito! Obrigado.
View ArticleChange GAMEMODE Window ==> Linux
Can anybody help me improve game mode of windows to linux , thanks :(
View ArticleHow do i add interiors/know their id
I've got a question on how to add interiors to the gamemode, and also on how to know their ids but not their universe id?
View ArticleTextdraw Help
Hello guys, can someone Help me, ? i want Textdraw XP For CnR server, Please Thank you i can't do it, but needed it fast
View ArticleSwitch is faster than If?
Hi bro's! Which of these two is faster ? PHP Code: if(var == 1) { return X; } or PHP Code: switch(var) { case 1: return X; } ? and why? And.. how can i do my own benchmark? Thank you!
View Articletrying to add isnumeric
Hey all. i tried to add if(!isnumeric(params)) into my fs but it says Undefined Symbol : isnumeric. Can ya help me ?
View Article[HELP]/Givedrug
Instead of using /givedrug (giving a person) I want to /givedrug [playerid] [ammount] [price] (giving a person drugs as that player buy it) basically like a /selldrug cmd. How do I do it here's the...
View ArticleGroup With Textdraw
How you all doing? What I'm making is a squad/group system but not the way your thinking it would be. Any player can decide to make a squad by just using the /invite [playerid] command, when any player...
View Articleserver crash on start
My server is crashing on startup. I am using Debian 8 64 bit. I use crashdetect addon. Heres my logs; Code: ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server...
View ArticleStore int value in an array
I'm trying to store a value in an array but it doesn't work. new Fish[MAX_PLAYERS][2]; At OnPlayerConnect I have Fish[playerid][0] = 0; and Fish[playerid][1] = 0; In that 2 variables (I have 2 because...
View ArticleGet random string
Hey all. I use random(max) to get a random number is there any way to get a random string ?
View Article