20.05.2011, 02:05
(
Последний раз редактировалось KeyWay; 20.05.2011 в 02:05.
Причина: correcting
)
You also dont want to use OnPlayerUpdate, as SA-MP calls it like 40 times a second!
Make own callback for ex.
Make own callback for ex.
pawn Код:
forward OnUpdatePlayer(playerid);
public OnUpdatePlayer(playerid)
{
return1;
}