SA-MP Forums Archive
What "djfloat" means ? - 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: What "djfloat" means ? (/showthread.php?tid=296180)



What "djfloat" means ? - -CaRRoT - 10.11.2011

Look here :

Quote:

Vehicles[i][CarPosX] = djFloat(VEHICLES_FILE, Vehicle, true);

What "djfloat" mean and how to Define it ?


Re: What "djfloat" means ? - Calgon - 10.11.2011

djFloat() is a function from the DJson include, it retrieves a float from a JSON file.

Include release: https://sampforum.blast.hk/showthread.php?tid=48439


Re: What "djfloat" means ? - =WoR=G4M3Ov3r - 10.11.2011

you'll need djson.

Edit: Nvm


Re: What "djfloat" means ? - -CaRRoT - 10.11.2011

Aight Thanks Guys - Added Rep for both of you