08.02.2014, 21:34
Hello guys,
I would like to share with you a simple but advanced filterscript.
Introduction :
I've seen this before in some other topics but they are too much limited ( SetPlayerPos(playerid, x, y, z) ).
I've included in this filterscript the virtual world and interior, so you won't need any more the usage of many commands : /gotocoord, /setinterior, /setvirtualworld to reach a specific position.
Commands :
Example :
Download :
Mediafire ( .pwn and .amx files )
I hope I was really clear and I hope this Filterscript helps you progressing, wanna edit it or use it ? keep my name on it :P !
Enjoy guys, See you in a next thread.
I would like to share with you a simple but advanced filterscript.
Introduction :
I've seen this before in some other topics but they are too much limited ( SetPlayerPos(playerid, x, y, z) ).
I've included in this filterscript the virtual world and interior, so you won't need any more the usage of many commands : /gotocoord, /setinterior, /setvirtualworld to reach a specific position.
Commands :
pawn Код:
/gotocoord <Float:X> <Float:U> <Float:Z> <VirtualWorld (Integer)(Optional)> <InteriorID (Integer)(Optional)>
pawn Код:
/goback // This would set your position + Virtualword + InteriorID to the last position before you perform /gotocoord command.
pawn Код:
Lets suppose before you perfom the /gotocoord command that your position is : (20, 20, 20, 0, 0)
/gotocoord 10 10 10 // This will set your X position to 10, same for Y and Z, but it will automatically set your virtual world to 0 and Interior to 0.
----------------------------------------------------------
/gotocoord 10 10 10 2 3 // This will set your X position to 10, same for Y and Z, but will set also your virtual world to 2 and interiorID to 3. (
----------------------------------------------------------
/goback // this will set your position to the last position youve been in before performing /gotocoord which in this example is (20, 20, 20) and your virtual world to 0 , and your Interior id to 0
Mediafire ( .pwn and .amx files )
I hope I was really clear and I hope this Filterscript helps you progressing, wanna edit it or use it ? keep my name on it :P !
Enjoy guys, See you in a next thread.