Problema con Comando
#6

Код 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;}
Reply


Messages In This Thread
Problema con Comando - by Gamerd - 24.06.2017, 06:36
Re: Problema con Comando - by Dance94 - 24.06.2017, 06:46
Re: Problema con Comando - by Gamerd - 24.06.2017, 06:49
Re: Problema con Comando - by Dance94 - 24.06.2017, 07:09
Re: Problema con Comando - by Gamerd - 24.06.2017, 07:21
Respuesta: Problema con Comando - by EdgarHN - 24.06.2017, 19:47
Respuesta: Problema con Comando - by FixFl0w - 24.06.2017, 20:09
Re: Respuesta: Problema con Comando - by Dance94 - 24.06.2017, 20:31
Re: Problema con Comando - by Dance94 - 24.06.2017, 20:37
Respuesta: Re: Respuesta: Problema con Comando - by FixFl0w - 24.06.2017, 20:53

Forum Jump:


Users browsing this thread: 2 Guest(s)