11.10.2014, 10:46
I'm new to scripting, but I have an error code of " error 030: compound statement not closed at the end of file (started at line 525)" and I'm unable to fix it.
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/SpawnM4", cmdtext, true, 10) == 0)
{
GivePlayerWeapon(playerid, 31, 10000);
return 1;
}


