Private Car
#1

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.
Reply
#2

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)