problem
#5

Код:
announce(playerid,params[]) {
    if(PlayerInfo[playerid][Level] >= 1) {
        CMDMessageToAdmins(playerid,"ANNOUNCE");
    	if(!strlen(params)) return SendClientMessage(playerid,red,"Syntax Error: \"/ANNOUNCE <TEXT>\".");
		return GameTextForAll(params,4000,3);
    } else return SendClientMessage(playerid,red,"ERROR: You need to be level 1 to use this command");
}
Anyone know that its right or wrong
Reply


Messages In This Thread
problem - by shaniyal - 14.07.2012, 06:02
Re: problem - by Captain_Mani - 14.07.2012, 06:14
Re: problem - by shaniyal - 14.07.2012, 06:15
Re: problem - by Captain_Mani - 14.07.2012, 06:18
Re: problem - by shaniyal - 14.07.2012, 06:27
Re: problem - by shaniyal - 14.07.2012, 06:51

Forum Jump:


Users browsing this thread: 1 Guest(s)