Help with warnings! - 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: Help with warnings! (
/showthread.php?tid=193360)
Help with warnings! -
Natrens - 25.11.2010
I Add car's in GM and got this warning's...why?
Photo :
Re: Help with warnings! -
MadeMan - 25.11.2010
Do you have the respawn_delay parameter filled?
https://sampwiki.blast.hk/wiki/CreateVehicle
Re: Help with warnings! -
randomkid88 - 25.11.2010
Copy and paste lines 498-502 into a post so we can see what you have. Right now, the error box is covering the code we need to see.
EDIT: Or what he said ^^
Re: Help with warnings! -
Buzzbomb - 25.11.2010
Removed... hehe
Re: Help with warnings! -
Natrens - 25.11.2010
I add but warning stay
Re: Help with warnings! -
randomkid88 - 25.11.2010
You should only have -1 OR 10000. That is what your errors are coming from.
pawn Код:
CreateVehicle(modelid, X, Y, Z, Zrotation, Color1, Color2, RespawnDelay);
Re: Help with warnings! -
Natrens - 25.11.2010
Quote:
Originally Posted by randomkid88
You should only have -1 OR 10000. That is what your errors are coming from.
pawn Код:
CreateVehicle(modelid, X, Y, Z, Zrotation, Color1, Color2, RespawnDelay);
|
Tnq bro...cookie for you
Re: Help with warnings! -
The_Moddler - 25.11.2010
Take out 10000 from there.