[FilterScript] No guns!
#2

Not bad as this is your first fs.
But, I saw that you're using [256] as cells size.
A normal client message sends up to 128 only, so it's better changing it to 128.
pawn Code:
//Eg:
new str[128];
new Lname[MAX_PLAYER_NAME];
GetPlayerName(playerid,Lname,sizeof(Lname));
format(str,sizeof(str),"%s says 128 is the normal size used for a client message.", Lname);
SendClientMessage(playerid, -1, str);
Reply


Messages In This Thread
No guns! - by -=Dar[K]Lord=- - 25.10.2012, 11:22
Re: No guns! - by Lordzy - 25.10.2012, 11:31
Re: No guns! - by -=Dar[K]Lord=- - 25.10.2012, 17:06
Re: No guns! - by Yamakei - 25.10.2012, 18:11
Re: No guns! - by Mafioso97 - 25.10.2012, 18:12
Re: No guns! - by -=Dar[K]Lord=- - 25.10.2012, 18:18

Forum Jump:


Users browsing this thread: 1 Guest(s)