|
|
#1 |
|
Little Clucker
![]() Join Date: Apr 2012
Posts: 49
Reputation: 2
|
Hey all i need help, i want to add command like /tp what will means teleport to specifed location, like when admin/player type /tp he will be teleported to island without road etc...can anyone give this command please
|
|
|
|
|
|
#2 |
|
Big Clucker
![]() ![]() Join Date: Apr 2011
Posts: 131
Reputation: 55
|
I didn't understand what you want but do you mean like this?
pawn Code:
|
|
|
|
|
|
#3 |
|
Big Clucker
![]() ![]() Join Date: May 2012
Posts: 89
Reputation: 0
|
If you got zcmd you can do this. do /save for the pos and remove my pos.
Code:
CMD:gotols(playerid)
{
if(PlayerInfo[playerid][pAdmin] >= 1)
{
if (GetPlayerState(playerid) == 2)
{
SetVehiclePos(GetPlayerVehicleID(playerid), 1529.6,-1691.2,13.3);
}
else
{
SetPlayerPos(playerid, 1529.6,-1691.2,13.3);
}
SCM(playerid, COLOR_ORANGE, "You have been teleported.");
SetPlayerInterior(playerid,0);
PlayerInfo[playerid][pLocal] = 0;
SetPlayerVirtualWorld(playerid, 0);
}
return 1;
}
This is to City Hall ^ ^ |
|
|
|
|
|
#4 | ||
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Jul 2011
Posts: 966
Reputation: 107
|
Too lazy to do it ? - Just do /save and get the first 3 Co-ordinates.. And then replace
Quote:
Quote:
|
||
|
|
|
|
|
#5 |
|
Little Clucker
![]() Join Date: Apr 2012
Posts: 49
Reputation: 2
|
yeah i mean it, thanks it works
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tele command | Georgelopez1 | Help Archive | 3 | 10/10/2010 05:52 AM |
| [need help] my tele | bobintom | Help Archive | 0 | 22/08/2010 02:10 PM |
| how to tele with cars in tele dialog? | Sampiscool123 | Help Archive | 9 | 31/01/2010 06:35 PM |
| tele help | TouR | Help Archive | 2 | 09/12/2009 03:47 PM |
| Tele And Command | XxerykxX | Help Archive | 9 | 02/09/2009 02:18 PM |