PutPlayerInVehicle // Dragging // Detaining
#6

Quote:
Originally Posted by MenaceX^
pawn Код:
if(!strcmp(cmd,"/detain",true))
{
  cmd=strtok(cmdtext,idx);
  if(!strlen(cmd)) return SendClientMessage(playerid,color,"USAGE: /detain [playerid] [vehicleid]");
  new id=ReturnUser(cmd);
  cmd=strtok(cmdtext,idx);
  if(!strlen(cmd)) return SendClientMessage(playerid,color,"USAGE: /detain [playerid] [vehicleid]");
  PutPlayerInVehicle(id,strval(cmd),0); // id = ReturnUser, strval(cmd) = vehicleid, 0 = driver seat.
  return 1;
}
where to put it in?
Reply


Messages In This Thread
PutPlayerInVehicle // Dragging // Detaining - by Kyle - 20.03.2009, 21:49
Re: PutPlayerInVehicle // Dragging // Detaining - by MenaceX^ - 20.03.2009, 22:11
Re: PutPlayerInVehicle // Dragging // Detaining - by Rks25 - 20.03.2009, 22:12
Re: PutPlayerInVehicle // Dragging // Detaining - by MenaceX^ - 20.03.2009, 22:13
Re: PutPlayerInVehicle // Dragging // Detaining - by Rks25 - 20.03.2009, 22:14
Re: PutPlayerInVehicle // Dragging // Detaining - by guaid - 19.04.2009, 15:38
Re: PutPlayerInVehicle // Dragging // Detaining - by Rks25 - 19.04.2009, 15:41
Re: PutPlayerInVehicle // Dragging // Detaining - by guaid - 19.04.2009, 15:50
Re: PutPlayerInVehicle // Dragging // Detaining - by Rks25 - 19.04.2009, 15:53
Re: PutPlayerInVehicle // Dragging // Detaining - by guaid - 19.04.2009, 16:04

Forum Jump:


Users browsing this thread: 1 Guest(s)