Teleport
#7

Код:
if (strcmp("/pq", cmdtext, true) == 0)
    {
        SetPlayerPos(playerid, 1519.7275,-1659.0162,13.2662,184.9231);
        SendClientMessage(playerid, "You have teleported to Pershing Square"");
        new sendname [MAX_PLAYER_NAME];
        GetPlayerName (playerid, sendname, MAX_PLAYER_NAME);
        new sendstring[128];
        format (sendstring, sizeof sendstring, "%s has teleported to Pershing Square", sendname);
        SendClientMessageToAll(-1, sendstring);
        return 1;
    }
Reply


Messages In This Thread
Teleport - by lsreskjn - 12.06.2013, 22:36
Re: Teleport - by ReVo_ - 12.06.2013, 22:43
Re: Teleport - by lsreskjn - 12.06.2013, 22:52
Re: Teleport - by ReVo_ - 12.06.2013, 22:56
Re: Teleport - by lsreskjn - 12.06.2013, 23:07
Re: Teleport - by Riddick94 - 12.06.2013, 23:16
Re: Teleport - by feartonyb - 12.06.2013, 23:16
Re: Teleport - by lsreskjn - 12.06.2013, 23:19
Re: Teleport - by feartonyb - 12.06.2013, 23:22
Re: Teleport - by lsreskjn - 12.06.2013, 23:25

Forum Jump:


Users browsing this thread: 2 Guest(s)