25.10.2018, 09:53
(
Последний раз редактировалось alanhutch; 25.10.2018 в 13:40.
)
Quote:
I made a mistake, you can't actually subtract 1.011 from Z with the method I gave. You also can't return false as you're working with interiors. You'll have to use floatsub.
Example usage: Код:
if(GetPlayerInterior(playerid) > 0) { return floatsub(Z, 1.011); } |
Thanks a lot
EDIT:
No effect, the same.