SA-MP Forums Archive
[FilterScript] In Game Teleport Maker - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] In Game Teleport Maker (/showthread.php?tid=285188)



In Game Teleport Maker - TheChaoz - 22.09.2011

In Game Teleport Maker
Intro:
This script allow you to create in game teleports, without any kind of script, just 3 simple commands.

Commands
#tcreate:
Function: Create a new teleport.
Parametros:
Name: Name of the new command to create (teleport name)
Vehicle: The teleport can be use with or without cars? If you don't use this option the player that use the teleport command won't be teleported with his car
Private: If you check this, the teleport will not be dispalyed on the teleports list provided by "/tlist" command
Message A message to send to the player that use the teleport
#tlist
Function: Send a message to the player with all public teleports
#tdelete
Function: Delete the indicated teleport (Only rcon admins, or the teleport's creator can delete a teleport)
How to use:
Creating a new teleport:
1є Go to the place where you will appear when use the teleport.
2є Use /tcreate

How to use the new teleport:
Just use /teleport_name, and you will be teleported.

Downloads:
2.0

To run this script you need:
#sscanf2.0 (plugin)
#Y_ini(include)(last version)
#zcmd

Bugs:
None, if you find one, please report it.

Creditos:
****** (sscanf & y_ini)
Wheelmandts (first idea)
Zeex (zcmd)
The_Chaoz (script)

Original Topic (Spanish)


Re: In Game Teleport Maker - grantism - 22.09.2011

Very Very nice. Well done


Respuesta: In Game Teleport Maker - Manuel7284 - 22.09.2011

Good Job!


Re: In Game Teleport Maker - [O.z]Caroline - 22.09.2011

Very Nice!

+Reputation!


Re: In Game Teleport Maker - Guest9328472398472 - 22.09.2011

Very nice work,

added some Rep. for you ( hope to get in return )

Keep up the good work!


Re: In Game Teleport Maker - Stigg - 23.09.2011

Great effort, very usefull tool, thanks for the share. +1


Re: In Game Teleport Maker - X3nZ - 23.09.2011

Nice one!


Respuesta: In Game Teleport Maker - TheChaoz - 23.09.2011

please download the script agan, i've fixed a bug (forgot to define "FILTERSCRIPT", so the cmds didn't work, now they do)


Re: In Game Teleport Maker - BlackbirdXd - 20.05.2016

Facing Errors Please Help!!

warning 203: symbol is never used: "DeleteTp"
warning 203: symbol is never used: "dcmd_tcreate"
warning 203: symbol is never used: "dcmd_tdelete"
warning 203: symbol is never used: "dcmd_tlist"
warning 203: symbol is never used: "pName"

Facing errors while compiling it!!