SA-MP Forums Archive
A little line crashing my script - 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: A little line crashing my script (/showthread.php?tid=473399)



A little line crashing my script - AchievementMaster360 - 02.11.2013

I started adding a better way of deleting cars in my server but this little line i put crashed my pawno I'm not sure how to fix it cause i need it

Код:
new i = GetPVarInt(playerid, "vDelete")
Any help would be much appreciated, Thanks.


Re: A little line crashing my script - Lynn - 02.11.2013

new i = GetPVarInt(playerid, "vDelete"); won't crash your script(By itself.)
The source of the crash isn't by that one line, the section of code it's listed in.