28.09.2016, 23:09
it's not fix
but i when i delete that it's compile
i think that's have a problem but i need it
but i when i delete that it's compile
i think that's have a problem but i need it
Код:
//help commands// /CMD:helpmone(playerid,params[]) { //check if the player is a admin if(PlayerInfo[playerid][Level] >= 12 || IsPlayerAdmin(playerid)) { SendClientMessageToAll(red,"[SERVER INFO]:If you see any cheater,rulebreaker or bug abuser. Please report him/her via /report!"); return 1; } CMD:helpmtwo(playerid,params[]) { //check if the player is a admin if(PlayerInfo[playerid][Level] >= 12 || IsPlayerAdmin(playerid)) { SendClientMessageToAll(red,"[SERVER INFO]:Welcome to the server ! Please be kind & be friendly !"); return 1; } CMD:helpmthree(playerid,params[]) { //check if the player is a admin if(PlayerInfo[playerid][Level] >= 12 || IsPlayerAdmin(playerid)) { SendClientMessageToAll(red,"[SERVER INFO]:Welcome ! Use /register to save your stats !"); return 1; }