teleport help - 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: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: teleport help (
/showthread.php?tid=64963)
teleport help -
[MLT]Marco - 08.02.2009
I am trying to do a /wang teleport to my drift GameMode that i downloaded from this forum... but everytime i do something i save then copile but then 26 errors appear when compile finishes. Can someone do a Wang teleport for me and tell me where to put it. If it helps the co-ordinates are these:
AddStaticVehicle(558,-1975.2375,268.6602,34.9362,91.4635,116,1); //
AddPlayerClass(0,-1971.4938,285.5365,35.1719,84.2162,0,0,0,0,0,0); //
Please help... Thanks
Re: teleport help -
gunit_j - 08.02.2009
ok here it is :
Put this under
public OnPlayerCommandText
Код:
// Command: /Wang
if(strcmp(cmdtext, "/Wang", true)==0)
{
new vehicleid = GetPlayerVehicleID(playerid);
new State = GetPlayerState(playerid);
if(IsPlayerInAnyVehicle(playerid) && State == PLAYER_STATE_DRIVER)
{
return SetVehiclePos(vehicleid,-1975.2375,268.6602,34.9362,91.4635),
GameTextForPlayer(playerid, "~w~Welcome To Wang", 5000, 5);
}
SetPlayerPos(playerid,-1971.4938,285.5365,35.1719,84.2162);
GameTextForPlayer(playerid, "~w~Welcome To Wang", 5000, 5);
return 1;
}
Re: teleport help -
[MLT]Marco - 08.02.2009
ty for reply
but still it doesnt work...

look here is the gamemode i used
http://forum.sa-mp.com/index.php?topic=33818.0
can u plz give me the .pwn ready with the teleport of wang plz
Re: teleport help -
gunit_j - 08.02.2009
LOL get this now
i make it for you just put this on gamemode
and play
http://www.mediafire.com/download.php?0kxajmgjjnm
Re: teleport help -
[MLT]Marco - 08.02.2009
when i do /wang it says welcome to wang but i dont come at wang i stay in the same place. ty for helping me dude
Re: teleport help -
gunit_j - 08.02.2009
Quote:
Originally Posted by [MLT
Marco ]
when i do /wang it says welcome to wang but i dont come at wang i stay in the same place. ty for helping me dude
|
dude go in the place where u wont the teleport and make /save
them send here the cordinats
Re: teleport help -
[MLT]Marco - 08.02.2009
k ill give them to you tomorrow.. thanks
Re: teleport help -
gunit_j - 08.02.2009
http://www.mediafire.com/download.php?jxz42lwkex2
Upload it i fix it dude
Re: teleport help -
[MLT]Marco - 09.02.2009
UR THE BEST
Re: teleport help -
gunit_j - 09.02.2009
Quote:
Originally Posted by [MLT
Marco ]
UR THE BEST
|
No Problem Dude
If u wont something else just ask for it
.