31.03.2015, 14:37
Okay, I fixed it. The problem was due to the type of the array. It was registered as float, so I had to round it.
Looks like this now and working.
Looks like this now and working.
Quote:
SetPlayerInterior(playerid,floatround(Pos[playerid][strval(tmp)][4],floatround_round)); |