Teleport command doesn't work
#1

i made a comand to teleport in a place as admin ...but why when i am teleported i see only my player and the sky ?? why ? please i need help
Reply
#2

You expect us to reply without seeing it?
Reply
#3

Can We See Script?
Reply
#4

Im guessing you made the cords to an interior without setting the interior id..

pawn Код:
SetPlayerInterior(playerid,INTERIORID);
(replace INTERIORID with the id of the interior obviously..)
Reply
#5

Quote:
Originally Posted by [B
Vortex ]
Im guessing you made the cords to an interior without setting the interior id..

pawn Код:
SetPlayerInterior(playerid,INTERIORID);
(replace INTERIORID with the id of the interior obviously..)
Lol you're telling him like you know what's wrong plus sarcasm xD

First show the code then we can help
Reply
#6

i can't show you guys pictures because i don't know how to make a image to be link and for that guy who says about my coordinate is interior ...well i save my position outside not in interior
Reply
#7

Just show the command?..
Reply
#8

if (strcmp("/teleportgrua", cmdtext, true, 10) == 0)
{
SetPlayerInterior(playerid,11);
SetPlayerPos(playerid, 2399.2263,1926.4996,76.3745);
return true;


this is my code now can anybody tell my with that tele problem ? please
Reply
#9

You said it wasnt in an interior.. O_o
Reply
#10

Quote:
Originally Posted by [B
Vortex ]
You said it wasnt in an interior.. O_o
He did?

@Topic: The interiorid might be wrong, check again. Usually that's when you get only your player and the sky.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)