[Ajuda] Veiculo
#5

pawn Код:
if ( newstate == PLAYER_STATE_DRIVER )
{
    if ( CarroJogador [ playerid ] == GetPlayerVehicleID ( playerid ) )
    {
        new owner [ MAX_PLAYER_NAME ];
        GetPlayerName ( InfoCarro [ playerid ] [ s_Dono ] , owner , sizeof ( owner ) ) ;
        format ( String , sizeof ( String ) , "Seja bem vindo ao seu veнculo!" , GetVehicleNameFromID ( GetPlayerVehicleID ( playerid ) ) , owner ) ;
        SendClientMessage ( playerid , 0xFFFFFFAA , String ) ;
    }
    else
    {
        format ( String, sizeof ( String ) , "Veнculo de %s somente ele(a) pode dirigi-lo!" , InfoCarro[ playerid ] [ s_Dono ] ) ;
        SendClientMessage ( playerid , -1 , String ) ;
        PlayerPlaySound ( playerid , 1147 , 0.0 , 0.0 , 0.0) ;
        RemovePlayerFromVehicle ( playerid ) ;
    }
}
Reply


Messages In This Thread
Veiculo - by Arthenry - 24.07.2012, 20:04
Re: Veiculo - by Arthenry - 24.07.2012, 20:19
Re: Veiculo - by ViniBorn - 24.07.2012, 20:35
Re: Veiculo - by Arthenry - 24.07.2012, 20:49
Re: Veiculo - by ViniBorn - 24.07.2012, 20:56
Re: Veiculo - by Arthenry - 24.07.2012, 22:48
Re: Veiculo - by Don_Speed - 24.07.2012, 23:20
Re: Veiculo - by Arthenry - 24.07.2012, 23:50
Re: Veiculo - by Don_Speed - 24.07.2012, 23:53
Re: Veiculo - by Victor' - 25.07.2012, 00:04

Forum Jump:


Users browsing this thread: 1 Guest(s)