Name Only - 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: Name Only (
/showthread.php?tid=428487)
Name Only -
colonel-top - 06.04.2013
Hello Guys DId someone know about this ?
ok guys So this is example :
when player Joined Server if Playername = master SendClientMessage ("pla...... , ..... ,"welcome back master");
really i want it show in /admins and if not show Standard Admin
so if someone can help me thankyou too ~ thx ^_^
pawn Код:
I Dont Know Help me Please T_T ??? :(
Re: Name Only -
MattyG - 06.04.2013
When a player types /admins, you could have a foreach (or even a for) loop that will check which players are admins. If they are, then SendClientMessage the admin's name to the person who typed /admins.