28.07.2011, 11:45
Este foi sу um exemplo, agora vocк dк seus pulos e adapta ai!!!
Isto de cima, й sу pra vocк ver como й de ser feito. Pode fazer affim tambйm:
Qual o problema com o gmx? г?
@edit omg! Tente assim oOooOoo
Код:
Update3DTextLabelText(variavel[x], COLOR_YELLOWP,string);
Код:
Update3DTextLabelText(variavel[x], COLOR_YELLOWP,string); Update3DTextLabelText(variave222l[y], COLOR_YELLOWP,string); Update3DTextLabelText(variave333l[z], COLOR_YELLOWP,string);
@edit omg! Tente assim oOooOoo
Код:
if(strcmp(cmd, "/gmx", true) == 0) { for(new x=0;x<MAX_PLAYERS;x++) { if(IsPlayerConnected(playerid)) { if (PlayerInfo[playerid][pAdmin] >= 1337) { OnPlayerSave(x); GameTextForPlayer(x, "~n~ ~n~ ~n~ ~n~ ~n~ ~w~Reniciamos o server, aguarde", 10000, 3); GameModeInitExitFunc(); } else { SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo estб autorizado !"); return 1; } } } return 1; }