Problem with Spamming
#4

You have this inside a loop, what else do you think it would do than spam it for you?
pawn Код:
CallRemoteFunction("OnPlayerCommandText", "is", playerid, "/me action");
If you want the /me cmd appear for everyone, not only for playerid, you gotta use i instead of playerid:
pawn Код:
CallRemoteFunction("OnPlayerCommandText", "is", i, "/me action");
Reply


Messages In This Thread
Problem with Spamming - by tomnidi - 05.03.2009, 10:37
Re: Problem with Spamming - by [RP]Rav - 05.03.2009, 10:44
Re: Problem with Spamming - by tomnidi - 05.03.2009, 10:54
Re: Problem with Spamming - by Finn - 05.03.2009, 11:02
Re: Problem with Spamming - by [RP]Rav - 05.03.2009, 11:14
Re: Problem with Spamming - by Finn - 05.03.2009, 12:33
Re: Problem with Spamming - by [RP]Rav - 05.03.2009, 12:39
Re: Problem with Spamming - by tomnidi - 05.03.2009, 13:09
Re: Problem with Spamming - by [RP]Rav - 05.03.2009, 13:17
Re: Problem with Spamming - by tomnidi - 05.03.2009, 13:58

Forum Jump:


Users browsing this thread: 1 Guest(s)