Help me with TextDraws Plz
#1

<REMOVED>
Reply
#2

Check if the player is an admin, and TextDrawShowForPlayer.
Reply
#3

Yes, ofcourse you can! You need to check if player == admin... If the statement is true, make a textdraw for him, else return 1;
Reply
#4

Yes you can,check if the player is admin for example

PlayerInfo[playerid][pAdmin],if its true then create a textdraw for him,you can better use playertextdraw
Reply
#5

Quote:

PlayerInfo[playerid][pAdmin]

Not really like this, u have to put it according to ur admin system
Reply
#6

Put This On Player Spawn Just Change "TextName" With Name Of Your Textdraw

Quote:

If(PlayerInfo[playerid][pAdmin] > 1)
{
TextDrawShowForPlayer(playerid, TextName);
}

Reply
#7

Quote:
Originally Posted by CprYseeR
Посмотреть сообщение
Put This On Player Spawn Just Change "TextName" With Name Of Your Textdraw
This is good but it can make you Bug with textdraws
The best idea for mee is to make :
Create Stock:
For Players
For Admins
For RegularPlayers
And anything you want and use it

It can be more useful and simple after do this
Reply
#8

I already made it, stop replie.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)