31.05.2012, 13:18
(
Последний раз редактировалось Evation; 31.05.2012 в 14:13.
)
code;
errors;
new error, when players speak ingame it doesn't show the other players.
Код:
if(PlayerInfo[playerid][pMasked] == 1)
{
new string[128];
format(string, sizeof(string)," Stranger: \%s\ ", text); // this is the error line
SendClientMessage(playerid, COLOR_WHITE, string);
return 0;
}
return 1;
}
Код:
C:\Users\Nathan\Desktop\Evation RP\Evation RP\gamemodes\ERP.pwn(70302) : error 027: invalid character constant C:\Users\Nathan\Desktop\Evation RP\Evation RP\gamemodes\ERP.pwn(70302) : error 027: invalid character constant


