21.04.2014, 04:13
(
Последний раз редактировалось N0SsL0; 21.04.2014 в 04:17.
Причина: My problem is fixed!
)
EDIT!! FIXED. THANKS FOR THE HELP!!!
Please delete this topic!
Please delete this topic!
#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);