Teleport Cmd
#2

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp(cmdtext, "/myroom", true, 7) == 0)
    {
        SetPlayerPos(playerid, 1638.0869,-1145.4698,23.9063);
        SendClientMessage(playerid, 0x00FF00AA, "You have teleported to /MyRoom.");
        return 1;
    }
    return 1;
}
Reply


Messages In This Thread
Teleport Cmd - by Tuntun - 11.07.2012, 16:03
Re: Teleport Cmd - by clarencecuzz - 11.07.2012, 16:06
Re: Teleport Cmd - by Tuntun - 11.07.2012, 16:16
Re: Teleport Cmd - by clarencecuzz - 11.07.2012, 16:18
Re: Teleport Cmd - by Tuntun - 11.07.2012, 16:31

Forum Jump:


Users browsing this thread: 3 Guest(s)