House move
#6

Quote:
Originally Posted by ElieJabbour
Посмотреть сообщение
Use s obeits, and look at the Tele numbers right down at the s obeits bar : X, Y, Z, [UniversalWord ID]
or you can use this

pawn Код:
if(strcmp(cmdtext, "/getpos", true) == 0)
{
    if(IsPlayerAdmin(playerid))
    {
        new Float:pos[3], str[100];
        GetPlayerPos(playerid, pos[0], pos[1], pos[2]);
        format(str, sizeof str, "X: %.2f | Y: .2f | Z: .2f", pos[0], pos[1], pos[2]);
    }
    else return SendClientMessage(playerid, 0xFFFFFF, "You have no permmission to use this command");
}
Reply


Messages In This Thread
House move - by Chris_Morrison - 17.08.2011, 13:58
Re: House move - by Chris_Morrison - 17.08.2011, 14:33
Re: House move - by KingTurtle - 17.08.2011, 15:19
Re: House move - by Chris_Morrison - 17.08.2011, 16:36
Re: House move - by ElieJabbour - 17.08.2011, 16:52
Re: House move - by KingTurtle - 17.08.2011, 16:56
Re: House move - by ElieJabbour - 17.08.2011, 16:59
Re: House move - by dowster - 17.08.2011, 17:23

Forum Jump:


Users browsing this thread: 1 Guest(s)