Private Car - 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)
+--- Thread: Private Car (
/showthread.php?tid=288264)
Private Car -
Salsa - 07.10.2011
Why it giving waring
Код:
PrivetaCar = CreateVehicle(475,2305.4976,1389.9087,42.6253,2.0134,0,0);
Код:
C:\Users\Leon\Desktop\samp03csvr_R5_win32\samp03csvr_R5_win32\gamemodes\lvdm.pwn(28872) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Header size: 5576 bytes
Code size: 2856324 bytes
Data size: 336004 bytes
Stack/heap size: 16384 bytes; estimated max. usage=7099 cells (28396 bytes)
Total requirements: 3214288 bytes
1 Warning.
Re: Private Car -
bw_ - 07.10.2011
pawn Код:
PrivetaCar = CreateVehicle(475, 2305.4976, 1389.9087, 42.6253, 2.0134, 0, 0, 60000);
Just had to add the respawn delay (in milliseconds) after the colours.