I need a little help
#1

Hi guys..i'm starting a new gm and i receive one error
Код:
C:\Users\ady-kryss\Desktop\Romania WonderFull Stunts\gamemodes\RwS.pwn(102) : error 017: undefined symbol "IsPlayerFlooding"
Код:
#define IsPlayerFlooding
doesn't work..

The script:
Код:
			if(IsPlayerFlooding(playerid) && !IsPlayerAdmin(playerid))
	{
		SendClientMessage(playerid, 0xFF0000FF, "* {6EF83C}You can only use commands once {F81414}every two seconds.");
	    return 1;
	}
Reply


Messages In This Thread
I need a little help - by xSkullx - 24.07.2012, 16:56
Re: I need a little help - by Jeffry - 24.07.2012, 17:57
Re: I need a little help - by FireCat - 24.07.2012, 17:59
Re: I need a little help - by Jeffry - 24.07.2012, 18:07
Re: I need a little help - by xSkullx - 24.07.2012, 18:22

Forum Jump:


Users browsing this thread: 1 Guest(s)