07.06.2012, 09:31
If you indent your code properly, it would look like this
pawn Код:
}
COMMAND:fish(playerid, params[])
{
if(IsAtFishPlace(playerid))
{
...
}
}
else
{
SendClientMessage(playerid, COLOR_LIGHTRED, "WARNING: You do not have access to this command.");
}
return 1;
}

