pickup prob
#1

hum if a player is in a car the pickup wont do nothing to him
but if he isnt it teles any way to make if he is in a car it teleports?
i think its impossible to do so, but if there is a way can anyone tell me?
pawn Код:
if(pickupid == looppickup)
    {
    if(IsPlayerInAnyVehicle(playerid))
    {
        SetVehiclePos(GetVehicleModel(playerid),2206.0432,-2413.4558,182.6460);
    }
    else
    {
    SetPlayerPos(playerid,2206.0432,-2413.4558,182.6460);
    }
    }
Reply


Messages In This Thread
pickup prob - by dark_clown - 11.11.2010, 16:13
Re: pickup prob - by rs.pect - 11.11.2010, 16:15
Re: pickup prob - by dark_clown - 11.11.2010, 16:42
Re: pickup prob - by rs.pect - 11.11.2010, 16:47

Forum Jump:


Users browsing this thread: 2 Guest(s)