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