Search Results
Код: CMD:mydoor(playerid, params[]) { if(PlayerInfo[playerid][pDoor1] == 1) { SetPlayerCheckpoint(playerd,DDinfo[pDoor1][Ex],DDinfo[pDoor2][Ey],DDinfo[pDoor3][Ez], 3.0); } e...
116
if cop skin selected then how can i set the player team to cop ?
87
i have mselection skin system as we know we can select any skin from mselection but how can i do that system when we select civilian skin then we get our team to civilian and if we select cop skin the...
87
in my server after 2 or 4 hours all the server objects disappearing till the server won't restart can anyone tell me what would be problem?
66
hello everyone i wanted to ask you a system like i have join the server and my name is Alex and my ID is 0 i want to make a system if i lock a vehicle and other players when try to steal my vehicle th...
96
Quote: Originally Posted by Stinged Sorry about that. Change the format line to this: Код: format(string, sizeof (string), "%s's admin level: %s", params, string[8]); It should work. ...
164
Quote: Originally Posted by Stinged Код: CMD:getadminlevel(playerid, params[]) { if (isnull(params)) return SendClientMessage(playerid, -1, "Usage: /getadminlevel [player name]"); ...
164
Quote: Originally Posted by Stinged Change it to this: Код: string[strlen(string) - 1] = EOS; bro thank you soo much how can i say thanks to you' You fixed my problem bro thank you...
164
Errors what should i have to do? Код: (26156) : error 001: expected token: "]", but found "-identifier-" (26156) : warning 215: expression has no effect (26156) : error 001: expected token: ";", ...
164
well i have INI saving system it has many things on it like admin level score money so i want to know how can i make a command if player is not in the server but that player is registered so how can i...
164
Another Error Код: C:\Users\Cnr\gamemodes\Cnr.pwn(34625) : warning 213: tag mismatch C:\Users\Cnr\gamemodes\Cnr.pwn(34626) : warning 213: tag mismatch Pawn compiler 3.2.3664 Copyright (c) 19...
109
please can anyone explain me what is the problem on this? Код: Код: enum GetAdminPos { Float:evX, Float:evY, Float:evZ, Float:evA, Float:evR, Float:evS }; new aPos[GetAdminPos]; The ...
109
Quote: Originally Posted by UltraScripter PHP код: INI_ParseFile(UserPath(playerid), "playerdata_%s", .bExtra = true, .extra = playerid);  PHP код: new str[64];...
201
can anyone make it for me with whole CMD:
201
its the saving system Код: format(file, sizeof(file), USER_FILE, GetName(playerid)); new INI:ufile = INI_Open(file); INI_WriteString(ufile, "pPass", PlayerInfo[playerid][pPass]); I...
201
how can i read a player stats when he is offline in server like i have to check a player data in server like /search [name] when i type player name if player is registered it will show me his some da...
201