PutPlayerInVehicle Problem
#2

There are vehicle ids and and there are ids of vehicles created!
edit if using sscanf
pawn Код:
CMD:getin(playerid,params[])
{
if (sscanf(params,"i", params[0])) return SendClientMessage(playerid, -1, "Usage: /getin[playerid]");
PutPlayerInVehicle(playerid,GetPlayerVehicleID(params[0]),2);
}
Reply


Messages In This Thread
PutPlayerInVehicle Problem - by Buzzbomb - 13.12.2012, 16:13
Re: PutPlayerInVehicle Problem - by park4bmx - 13.12.2012, 16:16
Re: PutPlayerInVehicle Problem - by Buzzbomb - 13.12.2012, 16:34
Re: PutPlayerInVehicle Problem - by Threshold - 13.12.2012, 16:42
Re: PutPlayerInVehicle Problem - by Buzzbomb - 13.12.2012, 16:50
Re: PutPlayerInVehicle Problem - by park4bmx - 13.12.2012, 16:58
Re: PutPlayerInVehicle Problem - by Lordzy - 13.12.2012, 17:03
Re: PutPlayerInVehicle Problem - by Buzzbomb - 13.12.2012, 17:08

Forum Jump:


Users browsing this thread: 1 Guest(s)