[+REP] Get value from a specific file (Y_INI) - 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: [+REP] Get value from a specific file (Y_INI) (
/showthread.php?tid=627147)
[+REP] Get value from a specific file (Y_INI) -
Lirbo - 24.01.2017
How can I get the coords of the house? but a specific house id that appears on the player's file?
PHP код:
new HouseX, HouseY, HouseZ;
HouseX = HouseDB[DB[playerid][Rent]][X1];
I get here tag mismatch
i hope you got me correctly.
Re: [+REP] Get value from a specific file (Y_INI) -
oMa37 - 24.01.2017
PHP код:
new Float:HouseX, Float:HouseY, Float:HouseZ;
Respuesta: [+REP] Get value from a specific file (Y_INI) -
Eloy - 24.01.2017
PHP код:
new Float:HouseX, Float:HouseY, Float:HouseZ;
HouseX = HouseDB[DB[playerid][Rent]][X1];
Remember that Positiуns are a Point Float
Re: [+REP] Get value from a specific file (Y_INI) -
Lirbo - 24.01.2017
Oh true, ty guys