1 type of wich seem unlogical
#4

pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if( GetVehicleModel( GetPlayerVehicleID( playerid ) ) == 403 )
    {
        GameTextForPlayer(playerid,"~b~Use /loaddheroin in Truck Garage",2000,1);
    }

    if( GetVehicleModel( GetPlayerVehicleID( playerid ) ) == 514 )
    {
        GameTextForPlayer(playerid,"~b~Use /loadheroin in Truck Garage",2000,1);
    }

    if( GetVehicleModel( GetPlayerVehicleID( playerid ) ) == 515)
    {
        GameTextForPlayer(playerid,"~b~Use /loadheroin in Truck Garage",2000,1);
    }
    return 1;
}
That should work
Reply


Messages In This Thread
1 type of wich seem unlogical - by milanosie - 05.01.2012, 12:09
Re: 1 type of wich seem unlogical - by Wesley221 - 05.01.2012, 12:14
Re: 1 type of wich seem unlogical - by milanosie - 05.01.2012, 12:17
Re: 1 type of wich seem unlogical - by Wesley221 - 05.01.2012, 12:28
Re: 1 type of wich seem unlogical - by milanosie - 05.01.2012, 12:39
Re: 1 type of wich seem unlogical - by Wesley221 - 06.01.2012, 10:24
Re: 1 type of wich seem unlogical - by milanosie - 06.01.2012, 11:15

Forum Jump:


Users browsing this thread: 1 Guest(s)