[ajuda]Desligar veiculo ao sair
#2

PHP код:
public OnPlayerExitVehicle(playeridvehicleid)
{
    if(
GetPlayerState(playerid) == 2)
    {
        new 
sendername[MAX_PLAYER_NAME];
        new 
string[100];
        new 
vId GetPlayerVehicleID(playerid);
        
GetPlayerName(playerid,sendername,256);
        
format(string256"%s, desligou o veнculo e saiu.",sendername);
        
ProxDetector(20.0,playerid,string,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
        
vehEngine[vId] = 0;
    }
    return 
1;

Reply


Messages In This Thread
[ajuda]Desligar veiculo ao sair - by darkweapons - 23.06.2011, 19:43
Re: [ajuda]Desligar veiculo ao sair - by Shadoww5 - 23.06.2011, 20:37
Re: [ajuda]Desligar veiculo ao sair - by darkweapons - 23.06.2011, 21:20

Forum Jump:


Users browsing this thread: 1 Guest(s)