24.06.2017, 19:47
(
Последний раз редактировалось EdgarHN; 27.06.2017 в 17:12.
)
Код HTML:
CMD:hola(playerid, params[]){
if(PlayerInfo[playerid][pAdmin] < 5 || PlayerInfo[playerid][pVIP] < 3)return SendClientMessage(playerid,-1,"No eres administrador nivel 5 o vip nivel 3.");
new string[(62+24)];
format(string, sizeof(string), "[INFO]{FFD801}El {2B65EC}Staff {CCFFFF}%s {FFD801}A Dicho Hola", GetPlayerNameEx(playerid));
SendClientMessageToAll(COLOR_YELLOW, string);
return 1;}
stock GetPlayerNameEx(playerid){
new niky[MAX_PLAYER_NAME];
GetPlayerName(playerid,niky,sizeof(niky));
return niky;}

