SA-MP Forums Archive
All Players - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: All Players (/showthread.php?tid=167935)



All Players - FireCat - 14.08.2010

anyone know like i saw on a post how can i make a text on right bottom corner all the players on the server?


_______________________
[GDZ]leader



Re: All Players - Claude - 14.08.2010

On top of the script:
pawn Код:
new players;
At OnPlayerConnect
pawn Код:
players++;
At OnPlayerDisconnect
pawn Код:
players--;



Re: All Players - [HUN]Jaki - 14.08.2010

Use a textdraw.
TextDrawCreate
TextDrawShowForAll