why that erorrs !!!!?
#3

it's not fix
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;
}
Reply


Messages In This Thread
why that erorrs !!!!? - by vikoo - 28.09.2016, 22:26
Re: why that erorrs !!!!? - by SickAttack - 28.09.2016, 22:56
Re: why that erorrs !!!!? - by vikoo - 28.09.2016, 23:09
Re: why that erorrs !!!!? - by J0sh... - 29.09.2016, 00:16
Re: why that erorrs !!!!? - by SickAttack - 29.09.2016, 00:17
Re: why that erorrs !!!!? - by vikoo - 29.09.2016, 00:40

Forum Jump:


Users browsing this thread: 1 Guest(s)