[Ajuda] Veiculos
#2

pawn Код:
#include a_samp

public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid)
{
    if(IsPlayerNPC(issuerid)) return 1;

    if(IsPlayerInAnyVehicle(issuerid)){
        if(GetPlayerState(issuerid) == PLAYER_STATE_DRIVER){
            // blб blб blб
            return true;
        }
    }
   
    return true;
}
Reply


Messages In This Thread
Veiculos - by Wakayama - 13.07.2014, 20:05
Re: Veiculos - by zSuYaNw - 13.07.2014, 20:21
Re: Veiculos - by Wakayama - 13.07.2014, 20:32

Forum Jump:


Users browsing this thread: 1 Guest(s)