10.06.2011, 01:15
Basically, I'm scripting a GM and I got this error.
Can anyone fix it?
Код:
(10691) : error 029: invalid expression, assumed zero
pawn Код:
SendClientMessage(playerid, WHITE, "You can't talk ICly whilst you're spectating.");
}
}
else //10691
{
SendClientMessage(playerid, WHITE, "You may not speak ICly whilst you're in OOC prison.");
}
}
}
}
return 0;
}