[FilterScript] [FS] Positions
#1

Info :
Lines : 320
Commands : /savepos [Name] ,, /getpos ,, /goto [X] [Y] [Z] ..
================================================== ========================================
Download :
Pwn + Amx :
================================================== ========================================
Instructions :
1 Put Positions.pwn and Positions.amx In Filterscripts Folder
2 Go To Scriptfiles And Create A Folder Called "Positions"
3 You're Done
================================================== ========================================
Reply
#2

Looks good, with this its much easier to do teleports than the original /save command, right?
Reply
#3

Quote:
Originally Posted by Winded
Looks good, with this its much easier to do teleports than the original /save command, right?
its easier than /save as the savedpositions.txt is a bit messed up
Reply
#4

Quote:
Originally Posted by [AC
Etch ]
Quote:
Originally Posted by Winded
Looks good, with this its much easier to do teleports than the original /save command, right?
the original /save need to open the debug for it , so u can save ur position on custom maps but /savepos u can do it in-game
You can use /save ingame..
Reply
#5

but its a bit messed in savedpositions.txt
Reply
#6

How is it?
Works fine for me.
Reply
#7

Quote:
Originally Posted by [AC
Etch ]
but its a bit messed in savedpositions.txt
No it isnt, if your in a vehicle, it will save the vehicle ID:
AddStaticVehicle([Vehicle ID your in], [X], [Y], [Z], [Angle], [Vehicle Color 1], [Vehicle Color 2]);

So you can add it straight to your OnGameModeInit() or OnFilterScriptInit()

And on foot it adds a player class:
AddPlayerClass([Skin you have], [X], [Y], [Z], [Angle], [Weapons...]);

So you can just copy the x y z and angle coordinates to use them in some other function, e.g. SetPlayerPos
It isnt so messed up
Reply
#8

/save is easier but nice script man
Reply
#9

Half the code is not even needed.
Reply
#10

Good job!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)