how cand i do that
#2

To check if the player is in a certain vehicle you can use this functions:
Код:
if(GetPlayerVehicleID(playerid) == 522) 
{
    // The player is in a NRG-500.
}
if(GetPlayerVehicleID(playerid) == 461) 
{
    // The player is in a PCJ-600.
}
Reply


Messages In This Thread
how cand i do that - by crazyze - 19.01.2014, 16:11
Re: how cand i do that - by SickAttack - 19.01.2014, 16:26
Re: how cand i do that - by crazyze - 19.01.2014, 16:43
Re: how cand i do that - by SickAttack - 19.01.2014, 16:51
Re: how cand i do that - by Konstantinos - 19.01.2014, 17:11

Forum Jump:


Users browsing this thread: 1 Guest(s)