TextDraw Help
#1

Hi,

I'm trying to add a textdraw that will show for everyone on the server when a player joins, it would say something along the lines of, '[playername] has connected to the server'.

How could I do this?

Thanks
Reply
#2

pawn Код:
new namevar[MAX_PLAYER_NAME]
GetPlayerName(playerid, namevar, sizeof(namevar));
Now you can use "namevar" to format a string for your textdraw.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)