21.11.2013, 01:22
Quote:
1) You have 128 cell arrays for every string in your gamemode, an example can be found below.
Code:
stock ConnectPlayer(playerid) { new string[128]; format(string, sizeof(string), "Join/вступать: %s (%d)", GetUserName(playerid), playerid); SendClientMessageToAll(GREY, string); return 1; } |