need help on teleport
#5

pawn Код:
if(!strcmp(cmdtext, "/looptrail", true))
{
    SetPlayerPos(playerid, 2080.822509, -2081.297607, 659.974304);
    SetPlayerFacingAngle(playerid, 9.962593);
    SendClientMessage(playerid, 0xFFFFD5FF, " Welcome to the loop trail! press 2 for nos!");
    new
        p[24],
        s[128];
    GetPlayerName(playerid, p, 24);
    format(s, 128, "%s has gone to the loop trail", p);
    SendClientMessageToAll(0xFFFFD5FF, str);
    ResetPlayerWeapons(playerid);
    return 1;
}
Reply


Messages In This Thread
need help on teleport - by billyho - 14.04.2009, 13:03
Re: need help on teleport - by nickbugun - 14.04.2009, 13:20
Re: need help on teleport - by MenaceX^ - 14.04.2009, 13:22
Re: need help on teleport - by billyho - 14.04.2009, 14:22
Re: need help on teleport - by LarzI - 14.04.2009, 14:25

Forum Jump:


Users browsing this thread: 1 Guest(s)