[FilterScript] [M]Position Saver
#1

//////////////////
Reply
#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
#3

nice
its ur first script?
Reply
#4

This is my 2nd or 3rd , I don't really know , sorry I'm not so good at scripting.

But I'm trying to learn more

Thank you both.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)