SA-MP Forums Archive
[FilterScript] Server & Player nick Textdraw - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Server & Player nick Textdraw (/showthread.php?tid=256510)



Server & Player nick Textdraw - Wang - 21.05.2011

Server & Player nick Textdraw

Author:Wang

Image



Description

At the top is a Server Textdraw instead you can put the name of your server
Below is a Player nick Textdraw.Whatever name you choose will write under the Server Texdraw.

Download

WangTD.pwn |http://pastebin.com/1TeWu3xb

Installation

Copy the script from a pastebin and paste it into the new. pwn file
Save it as filterscript and click on Compile
Open server.cfg and add script name in line filterscripts and save the file.


Sorry for my bad English



Re: Server & Player nick Textdraw - Shinki - 21.05.2011

Good job


Re: Server & Player nick Textdraw - Wang - 21.05.2011

Quote:
Originally Posted by Shinki
View Post
Good job
Thank you


Re: Server & Player nick Textdraw - Norn - 21.05.2011

This won't work for multiple users.


Re: Server & Player nick Textdraw - simonall2 - 22.05.2011

nice guy


Re: Server & Player nick Textdraw - Phanto90 - 22.05.2011

Quote:

new Text:Playernick;

Why all saying nice!! This won't work correctly if there are 2 player or more in the server!
So start correcting
Quote:

Text:Playernick[MAX_PLAYERS];




Re: Server & Player nick Textdraw - Shoaib - 22.05.2011

Nice BuT Is Very Easy For Everyone And Starter's


AW: Server & Player nick Textdraw - Johann95 - 22.05.2011

Good Thanks

Greetings from Foxy


Re: Server & Player nick Textdraw - Mckarlis - 22.07.2013

im going to try it later.


Re: Server & Player nick Textdraw - raider19rus - 22.07.2013

Quote:
Originally Posted by Phanto90
View Post
Why all saying nice!! This won't work correctly if there are 2 player or more in the server!
So start correcting
Quote:

Text:Playernick[MAX_PLAYERS];

A better way:
Code:
PlayerText:Playernick[MAX_PLAYERS];