this not working. where to put?
#2

put this some where at last of your script thats it
and then you have to use it
in like
pawn Код:
public OnPlayerText(playerid , text[])
{
   new string[128];
   format(string ,sizeof(string) , "[%s]: %s",GetName(playerid),text))
   SendClientMessageToAll(-1,string);// this will send a white colored message
}
Reply


Messages In This Thread
this not working. where to put? - by TheDiscussionCafe - 28.04.2012, 14:31
Re: this not working. where to put? - by Niko_boy - 28.04.2012, 14:33
Re: this not working. where to put? - by TheDiscussionCafe - 28.04.2012, 14:38
Re: this not working. where to put? - by TheDiscussionCafe - 28.04.2012, 16:13
Re: this not working. where to put? - by Rudy_ - 28.04.2012, 16:25
Re: this not working. where to put? - by Rudy_ - 28.04.2012, 16:28
Re: this not working. where to put? - by TheDiscussionCafe - 28.04.2012, 16:54
Re: this not working. where to put? - by Rudy_ - 28.04.2012, 17:05

Forum Jump:


Users browsing this thread: 1 Guest(s)