24.06.2017, 06:36
Que Hay De Malo En Este Comando Que No Encuentro Me Da Error
Quote:
CMD:hola(playerid, params[]) { //* Comprobamos si tiene el nivel maximo o superior... if(PlayerInfo[playerid][pAdmin] >= 5) if(PlayerInfo[playerid][pVIP] >= 3) //* Si es igual al maximo nivel o mayor.... //* Si tiene nivel maximo o superior entonces.... new string[70]; new name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, sizeof(name)); format(string, sizeof(string), "[INFO]{FFD801}El {2B65EC}Staff {CCFFFF}%s {FFD801}A Dicho Hola", name); SendClientMessageToAll(COLOR_YELLOW, string); SendClientMessageToAll(-1, string); } |