19.02.2013, 09:07
use OnPlayerStateChange
Try this
Try this
pawn Код:
if (newstate == PLAYER_STATE_DRIVER)
{
SetPlayerArmedWeapon(playerid, 0);
}