Saving Vehicle VirtualWorld
#1

How to save Vehicle VirtualWorld with dini?
Reply
#2

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

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)