Search Results
Код: CMD:setname(playerid,params[]){ new id ,name[28], newpw[500]; if(admin[playerid]<4) return SendClientMessage(playerid,COLOR_RED,"ERROR:{FFFFFF}You need admin level 4 to use this command...
177
because if it exists, it should not allow the admin to use this command because the name would be already taken
177
CMDetname(playerid,params[]){ new id ,name[28], text[500], newpw[500]; if(admin[playerid]<4) return SendClientMessage(playerid,COLOR_RED,"ERROR:{FFFFF F}You need admin level 4 to use this comman...
177
Код: CMD:setname(playerid,params[]){ if(admin[playerid]<4) return SendClientMessage(playerid,COLOR_RED,"ERROR:{FFFFFF}You need admin level 4 to use this command"); new id,name[28], text[500],...
177
here comes this Код: CMD:ofban(playerid, params[]) { if(isnull(params)) return SendClientMessage(playerid, COLOR_RED, "USAGE:{FFFFFF}/oban [ACCOUNT NAME]"); new account[40] = "use...
183
dude really? it's just new id; it doesnt specify the id of a player, you could enter anything.
183
Код: CMD:oban(playerid,params[]) { new id, string[500]; if(sscanf(params,"u",id)) return SendClientMessage(playerid,COLOR_RED,"USAGE:{FFFFFF}/oban [ACCOUNT NAME]"); if(dini_Exists(Acco...
183
Код: CMD:am(playerid, params[]) { new text[85], astring[128]; new id; if(admin[playerid] == 0) { if(sscanf(params,"s[85]",text)) return SendClientMessage(playerid,COLOR_RED,"ERROR:{FFFFFF}/am...
84
Код: CMD:am(playerid, params[]) { new text[85], astring[128]; if(sscanf(params,"us",text)) return SendClientMessage(playerid,COLOR_RED,"ERROR:{FFFFFF}/am"); format(astring,sizeof(astring),...
62
Код: if(language[playerid] == 0) { ShowPlayerDialog(playerid, 187, DIALOG_STYLE_LIST, "Languages", "English\nGreek", "Ok", "Cancel"); } Код: case 187: { if(!response) return 1; switch(listitem...
76
Could anybody script a /w TEXT command for me which stands for whisper,and only people in close proximity can hear the message?
262
I would like to make a countdown gametext/textdraw idk how it works,Countdown from 15 to 0 in the middle of screen,I will rep.With a checkpoint,if player moves from checkpoint,countdown canceled.
116
I am using it OnPlayerUpdate Код: new PlayerText:Textdraw0; new string[18]; format(string, sizeof(string), "Score: %i", GetPlayerScore(playerid)); CreatePlayerTextDraw(playerid, 501.0...
107