Search Results
How I can delete this https://imgur.com/a/WYK2VqN ?
83
I want save my progres in scriptfiles like in this gamemode https://imgur.com/a/0Zdbf8Q I need files ore something??
108
Ok, but I have errors : error 017: undefined symbol "pInfo" and error 009: invalid array size (negative, zero or out of bounds) on line : new PlayerInfo[MAX_PLAYERS][pInfo]; And error 036: empty sta...
111
For admin verification try this : if(playerAdmin[playerid] < 4) return SendClientMessage(playerid, COLOR_GOLD, "Only admins with level 4+ can use this command."); next IDK
70
How can I create command /spawncar? Can help me with some variables or something
111
This is CMD: CMD:givemoney(playerid, params[]) { if(playerAdmin[playerid] > 1) return SendClientMessage(playerid, COLOR_YELLOWGREEN, "Nu esti admin!"); if(playerAdmin[playerid] < 5) return Se...
105