19.10.2012, 14:03
Hey, i have an problem with my Connect message. Here it is:
But it will look like this In-Game: %s Has Joined The Server |
I changed %s to %i, but still didnt work.
So please help me !
Код:
new pname[MAX_PLAYER_NAME], string[22 + MAX_PLAYER_NAME]; GetPlayerName(playerid, pname, sizeof(pname)); format(string, sizeof(string), "{999900}%s {FFFFFF}Has Joined The Server | Ping: {999900}%s", pname,GetPlayerPing(playerid)); SendClientMessageToAll(0xAAAAAAAA, string);
I changed %s to %i, but still didnt work.
So please help me !