12.11.2011, 19:27
"string" is undefined.
pawn Код:
if (strcmp("/r", cmdtext, true, 10) == 0)
{
new string[64];
if(GetPlayerTeam(playerid) == 1)
{
format(string, sizeof(string), "* Radio: %s: %s", pName, string);
SendPoliceMessage(COLOR_LIGHTBLUE, string);
}
return 1;
}