[FilterScript] [M]Position Saver
#2

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 !
Reply


Messages In This Thread
///////////// - by STMatt - 02.04.2011, 09:12
Re: [M]Position Saver - by gamer931215 - 02.04.2011, 09:27
Re: [M]Position Saver - by [ProX]BlueFire - 02.04.2011, 09:29
Re: [M]Position Saver - by STMatt - 02.04.2011, 09:29

Forum Jump:


Users browsing this thread: 1 Guest(s)