22.02.2011, 14:59
Код:
enum dat
{
id,
name[32],
sub[32],
mes[32],
};
new set1[50][MAX_PLAYERS][dat];
new set3[50][MAX_PLAYERS][dat];
new set2[50][MAX_PLAYERS][dat];
Код:
format(set1[0][playerid][name], 32, "%s", str1); format(set1[0][playerid][sub], 32, "%s", str2); format(set1[0][playerid][mes], 32, "%s", str3);

