22.01.2014, 01:59
Код:
CMD:acmds(playerid,params[])
{
if (APlayerData[playerid][LoggedIn] == true)
{
if (APlayerData[playerid][PlayerLevel] <= 1)
{
I DONT WANT TO SHOW THE SENDCLIENTMESSAGES.
}
return 1;
}
Код:
error 030: compound statement not closed at the end of file (started at line 2535)

