Can anyone help me?
#1

so i was making a script i got some error but i fixed but i dnt know why its not working.
Код:
#include <a_samp>
#include <streamer>
#if defined FILTERSCRIPT
#define announce
public OnFilterScriptInit()
 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");
}

#endif
i am telling u whole script so it wil be easy to help me.
Reply


Messages In This Thread
Can anyone help me? - by shaniyal - 14.07.2012, 11:00
Re: Can anyone help me? - by Jochemd - 14.07.2012, 11:02
Re: Can anyone help me? - by shaniyal - 14.07.2012, 11:05
Re: Can anyone help me? - by Jochemd - 14.07.2012, 11:08
Re: Can anyone help me? - by shaniyal - 14.07.2012, 11:15
Re: Can anyone help me? - by shaniyal - 14.07.2012, 11:36
Re: Can anyone help me? - by Andi_Evandy - 14.07.2012, 11:52
Re: Can anyone help me? - by shaniyal - 14.07.2012, 11:55
Re: Can anyone help me? - by shaniyal - 14.07.2012, 13:06
Re: Can anyone help me? - by Andi_Evandy - 14.07.2012, 13:21

Forum Jump:


Users browsing this thread: 1 Guest(s)