error 035: argument type mismatch (argument 6) - 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: error 035: argument type mismatch (argument 6) (
/showthread.php?tid=72896)
error 035: argument type mismatch (argument 6) -
Trooper[Y] - 11.04.2009
Named Error in Line:
Код:
CreateVehicle(577,-1231.2563,-411.0899,14.8644,345.7857,#FFFFFF,#FE1E15);
Please tell me what parameter i put wrong / forgot...
Thx,
trooper
Re: error 035: argument type mismatch (argument 6) -
Weirdosport - 11.04.2009
You cannot use hexadecimals as car colours, you have to stick to the numbers
HERE.
#FFFFFF = 1
#FE1E15 = 161 (It says lively red)
Re: error 035: argument type mismatch (argument 6) -
Trooper[Y] - 11.04.2009
fast answer,works,thx
Re: error 035: argument type mismatch (argument 6) -
Weirdosport - 11.04.2009
No problem =)