How could i manage to do this?
#2

pawn Код:
if(strcmp(cmdtext, "/command", true) == 0)
{
    new veh = GetPlayerVehicleID(playerid);
    new seat = GetPlayerSeat(playerid);
    PutPlayerInVehicle(playerid, veh, seat);
    return 1;
}
Reply


Messages In This Thread
How could i manage to do this? - by [NRP]Blade - 03.03.2011, 20:56
Re: How could i manage to do this? - by Antonio [G-RP] - 03.03.2011, 21:40
Re: How could i manage to do this? - by Lorrden - 03.03.2011, 21:43
Re: How could i manage to do this? - by Antonio [G-RP] - 03.03.2011, 21:45
Re: How could i manage to do this? - by Krx17 - 03.03.2011, 21:48
Re: How could i manage to do this? - by Lorrden - 03.03.2011, 21:48
Re: How could i manage to do this? - by Antonio [G-RP] - 03.03.2011, 21:49
Re: How could i manage to do this? - by Cameltoe - 03.03.2011, 21:53
Re: How could i manage to do this? - by Lorrden - 03.03.2011, 21:56
Re: How could i manage to do this? - by Cameltoe - 03.03.2011, 22:00

Forum Jump:


Users browsing this thread: 2 Guest(s)