Couldnt you release it a day earlyer ? i had to make one yesterday :P
It looks pretty nice, but here some ideas to optimise it:
You might also want to change this in the english version:
pawn Code:
print("|| Pozicija Sistem by Matt Loaded ||");
And make it save the locations for the next time the player connects again!
And to avoid bugs if a player rejoins you might want to add this:
pawn Code:
public OnPlayerDisconnect(playerid)
{
DeletePVar(playerid,"Xpos");
DeletePVar(playerid,"Ypos");
DeletePVar(playerid,"Zpos");
return 1;
}
And add the source to
www.pastebin.com , much easyer for us to check the code and use it
!