Help!!
#1

EDIT!! FIXED. THANKS FOR THE HELP!!!

Please delete this topic!
Reply
#2

EDIT: Nevermind :P

Replace 'TotalPlayers' with the variable you're using that stores the total number of players on the server.
pawn Код:
#define COLOR_WHITE 0xFF0000

SendClientMessage(playerid, COLOR_WHITE, "Welcome to my server!");
new string[128];
format(string,sizeof(string),"There are currently %d people in the server",TotalPlayers);
SendClientMessage(playerid, COLOR_WHITE, string);
Reply
#3

Thank YOU!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)