Creat3DTextLabel for admins?
#4

Well, you can try something like this:

pawn Код:
if(IsPlayerAdmin(playerid))//If the player is rcon admin
{
    new Pos[3];
    GetPlayerPos(Pos[0], Pos[1], Pos[2]);//Gets the players position
    CreatePlayer3DTextLabel(playerid,"Test",0xFFFF00FF,X,Y,Z,40.0);//Creates the textlabel
}
I have not tested this code though...
Reply


Messages In This Thread
Creat3DTextLabel for admins? - by LetsOWN[PL] - 14.05.2011, 10:37
Re: Creat3DTextLabel for admins? - by Raimis_R - 14.05.2011, 10:48
Re: Creat3DTextLabel for admins? - by LetsOWN[PL] - 14.05.2011, 10:55
Re: Creat3DTextLabel for admins? - by alpha500delta - 14.05.2011, 11:11
Re: Creat3DTextLabel for admins? - by sleepysnowflake - 14.05.2011, 11:12
Re: Creat3DTextLabel for admins? - by LetsOWN[PL] - 14.05.2011, 15:57
Re: Creat3DTextLabel for admins? - by Biesmen - 14.05.2011, 16:13

Forum Jump:


Users browsing this thread: 1 Guest(s)