16.12.2016, 18:19
O Razor ensinou vocк como fazer cara, recomendo que tente fazer sozinho para pegar experiкncia.
PHP код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(oldstate == PLAYER_STATE_ONFOOT && newstate == PLAYER_STATE_DRIVER)
{
SetPlayerArmedWeapon(playerid, 0);
}
}