moving [ help ] +rep
#5

I hope this will help:

pawn Код:
CMD:pu(playerid, params[])
{
    new targetid, seatid;
    if(sscanf(params, "ui", targetid, seatid)) return SendClientMessage(playerid, 0xFF0000FF, "Usage: /pu [Player ID] [Seat ID]");
    if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, 0xFF0000FF, "You must be in a vehicle to use this command");
    PutPlayerInVehicle(targetid, GetPlayerVehicleID(playerid), seatid);
    return 1;
}
Reply


Messages In This Thread
moving [ help ] +rep - by RicaNiel - 08.04.2012, 14:07
Re: moving [ help ] +rep - by Laronic - 08.04.2012, 14:09
Re: moving [ help ] +rep - by emokidx - 08.04.2012, 14:11
Re: moving [ help ] +rep - by RicaNiel - 08.04.2012, 14:11
Re: moving [ help ] +rep - by SpiritEvil - 08.04.2012, 14:20

Forum Jump:


Users browsing this thread: 1 Guest(s)