Is there any possible way
#2

Yes, think this will work.. This is UNTESTED.

pawn Код:
// at top of the script
new specialcar;

//under OnGameModeInit
specialcar = AddStaticVehicle(blahblah..);

// at OnPlayerEnterVehicle

new skin = GetPlayerSkin(playerid);
new carid = GetPlayerVehicleID(playerid, vehicleid);


if(carid == specialcar && skin == skinidhere)
{
    //got right skin and is in that car, hes allowed to enter
}
else
{
    // if the player dont have the skin, remove player from vehicle
Reply


Messages In This Thread
Is there any possible way - by Hugh - 11.06.2009, 22:45
Re: Is there any possible way - by Klutty - 11.06.2009, 23:11
Re: Is there any possible way - by Hugh - 11.06.2009, 23:28

Forum Jump:


Users browsing this thread: 1 Guest(s)