/Teleport
#1

Hello, I could tell how to create a command that putting / football take me to be coordinates:

X: 291.5
Y: 41.900001525879
Z: 807.5
Reply
#2

You can use this
pawn Код:
if (strcmp("/teleport", cmdtext, true, 10) == 0)
    {
        SetPlayerPos(playerid, cords);
        return 1;
    }
Reply
#3

I've tried, and I get error
Reply
#4

Show me the error that you getting
Reply
#5

he need a copy&past PRO code lol

Код:
if (strcmp("/teleport", cmdtext, true, 10) == 0)
    {
        SetPlayerPos(playerid, 291.5, 41.900001525879, 807.5);
        return 1;
    }
Reply
#6

Код:
SetPlayerPos(playerid, 291.5, 41.900001525879, 807.5);
Reply
#7

Quote:
Originally Posted by DeMoX
Посмотреть сообщение
Код:
SetPlayerPos(playerid, 291.5, 41.900001525879, 807.5);
too late
Reply
#8

Lol, i made this command in my script just to test it, i started to fall from sky. xD
Reply
#9

Quote:
Originally Posted by Chasm
Посмотреть сообщение
Lol, i made this command in my script just to test it, i started to fall from sky. xD
LOL he might have objects in that coords
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)