teleport help
#1

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

Reply
#2

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;
}


Reply
#3

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
Reply
#4

LOL get this now

i make it for you just put this on gamemode
and play

http://www.mediafire.com/download.php?0kxajmgjjnm
Reply
#5

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
Reply
#6

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
Reply
#7

k ill give them to you tomorrow.. thanks
Reply
#8

http://www.mediafire.com/download.php?jxz42lwkex2

Upload it i fix it dude
Reply
#9

UR THE BEST
Reply
#10

Quote:
Originally Posted by [MLT
Marco ]
UR THE BEST
No Problem Dude
If u wont something else just ask for it
.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)