Search Results
pawn Код: if (strcmp("/acmds 1", cmdtext, true, 10) == 0)    {    new id;    if(IsPlayerLuxAdminLevel(playerid,id))    SendClientMessage(playerid, 0xFFF00AA, ".:::::: Level 1 Admin Command...
94
i tried it but i have no errors and + gimme the line of these errors.
139
you wrote (Playerid); write like this (playerid);
125
Код: #define PRESSED(%0) \ (((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0))) and jump key Код: if(PRESSED(KEY_JUMP)) { new Float:P[3]; GetPlayerPos(playe...
86
compile your script make sure you have no errors. + make sure your plugins wrote in server.cfg
174
(gmx) is the function that restart the server and you have to start your server dedicated, so the server will start normally.
94