Search Results
for pm Код: if(sscanf(params,"ds[128]", giveplayerid, inputtext)) return SendClientMessage(playerid, red,"USAGE: /pm [id] [message]"); and for Goto: Код: if(isnull(params)) return SendClientM...
193
looking for someone can hosted tab server i already host it but need hosted tab he will ge owner rank with me thx
206,165
maybe you make a limit for max player id?
178
try this Код: if( isnull( params) ) return SendClientMessage( playerid, -1, "Syntax: /makegate [password]" ); if(!IsPlayerAdmin(playerid)) { //admin action } else return SendCl...
113
Quote: Originally Posted by Kaliber Write it like this: PHP код: CMD:donors(playerid, params[]) {    new string[512];    for(new i,l=GetPlayerPoolSize()+1; i < l; i...
138
hey i do a dilaog for online donors but when 2+ donors ingame its show only the first one not all. code: Код: CMD:donors(playerid, params[]) { new count = 0, string[900]; for(new i = 0; i &...
138
ok but when i set incorrect password its contiue to the spawn i dont want to go to spawn i want to still show dialog untill 3 times.
193