28.09.2016, 22:26
Hello, i got that errors when i compiled my gamemode.
but my gamemode is work 100% why i got that
but my gamemode is work 100% why i got that
//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; }