31.08.2016, 19:02
Make debug msgs and make it print your pos and the bizzpos, you might not have saved the XYZ properly.
Also as a suggestion I suggest when checking player related conditions like their adminlvl or w/e, check if they don't have it I.E:
This way you will avoid so many unnecessary braces and make your code more readable, at least thats my idea.
Also as a suggestion I suggest when checking player related conditions like their adminlvl or w/e, check if they don't have it I.E:
PHP код:
if (APlayerData[playerid][LoggedIn] != true) return SendClientMessage(playerid,-1,"Not logged in.");