22.09.2016, 16:06
hi
today i wrote a script like this:
but print is note none none none none
Print :
what is problem??
today i wrote a script like this:
PHP код:
new ClanName[10];
public OnGameModeInit()
{
// Don't use these lines if it's a filterscript
SetGameModeText("Blank Script");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
format(ClanName[0], 128, "None");
format(ClanName[1], 128, "None");
format(ClanName[2], 128, "None");
format(ClanName[3], 128, "None");
for(new i = 0; i < 4; i++)
{
print(ClanName[i]);
}
}
Print :
Код HTML:
NNNNone NNNone NNone None