17.04.2016, 15:42
Quote:
Is OnPlayerLeaveCheckpoint (SAMP Callback) called when you exit it/any other CP?
If yes, it should be a streamer problem (eventually a return 0 in some other script?) |
pawn Код:
public OnPlayerLeaveCheckpoint(playerid)
{
return 1;
}
All my script is steamer. But SetPlayerAttachedObject.