Help me with TextDraws Plz - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help me with TextDraws Plz (
/showthread.php?tid=565548)
Help me with TextDraws Plz -
Trevor Gin - 28.02.2015
<REMOVED>
Re: Help me with TextDraws Plz -
CalvinC - 28.02.2015
Check if the player is an admin, and
TextDrawShowForPlayer.
Re: Help me with TextDraws Plz -
SweetRP - 28.02.2015
Yes, ofcourse you can! You need to check if player == admin... If the statement is true, make a textdraw for him, else return 1;
Re: Help me with TextDraws Plz -
Nabster - 28.02.2015
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
Re: Help me with TextDraws Plz -
Rog - 28.02.2015
Quote:
PlayerInfo[playerid][pAdmin]
|
Not really like this, u have to put it according to ur admin system
Re: Help me with TextDraws Plz -
CprYseeR - 08.03.2015
Put This On Player Spawn Just Change "TextName" With Name Of Your Textdraw
Quote:
If(PlayerInfo[playerid][pAdmin] > 1)
{
TextDrawShowForPlayer(playerid, TextName);
}
|
Re: Help me with TextDraws Plz -
arlindi - 08.03.2015
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
Re: Help me with TextDraws Plz -
Trevor Gin - 08.03.2015
I already made it, stop replie.