04.01.2013, 15:05
Hey all .
I have got a problem again.
When i use 'SetPlayerPos', it always teleports me to location 0.0000, 0.0000, 0.0000 (somewhere underground near farm, los santos). Heres the code:
Everything is proper and file is opening and closing. And no warnings or errors.
P.S. I use dini cause i like it . So please dont tell about that.
Regards
Electrux
I have got a problem again.
When i use 'SetPlayerPos', it always teleports me to location 0.0000, 0.0000, 0.0000 (somewhere underground near farm, los santos). Heres the code:
Код:
new Float:px, Float:py, Float:pz, Float:aa; px = dini_Float(file,"PosX"); py = dini_Float(file,"PosY"); pz = dini_Float(file,"PosZ"); aa = dini_Float(file,"Angle"); SetPlayerPos(playerid,px,py,pz); SetPlayerFacingAngle(playerid,aa);
P.S. I use dini cause i like it . So please dont tell about that.
Regards
Electrux