PutPlayerInVehicle - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: PutPlayerInVehicle (
/showthread.php?tid=187605)
PutPlayerInVehicle -
BigAl - 03.11.2010
C:\Users\Ross\Desktop\sa-mp tester server\gamemodes\G2x_andreas.pwn(872) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
Anyone know how to fix this:
code:
PutPlayerInVehicle(playerid, 0);
hmmmm.... any help?
Re: PutPlayerInVehicle -
Hiddos - 03.11.2010
https://sampwiki.blast.hk/wiki/PutPlayerInVehicle
You forgot a seat ID, seat ID '0' is the main driver seat.
Re: PutPlayerInVehicle -
willsuckformoney - 03.11.2010
Hiddo's...