SA-MP Forums Archive
Saving Vehicle VirtualWorld - 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: Saving Vehicle VirtualWorld (/showthread.php?tid=258238)



Saving Vehicle VirtualWorld - kadaradam - 29.05.2011

How to save Vehicle VirtualWorld with dini?


Re: Saving Vehicle VirtualWorld - SchurmanCQC - 29.05.2011

https://sampwiki.blast.hk/wiki/GetVehicleVirtualWorld

pawn Код:
new vw;
vw = GetVehicleVirtualWorld(vehicleid);
dini_SetInt("somefile.txt", "VirtualWorld", vw);



Re: Saving Vehicle VirtualWorld - kadaradam - 29.05.2011

pawn Код:
#include <dini>
pawn Код:
error 017: undefined symbol "dini_SetInt"
warning 204: symbol is assigned a value that is never used: "vw"