Fish cmds problem
#5

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;
}
Reply


Messages In This Thread
Fish cmds problem - by N0FeaR - 07.06.2012, 09:17
Re: Fish cmds problem - by JaKe Elite - 07.06.2012, 09:19
Re: Fish cmds problem - by N0FeaR - 07.06.2012, 09:23
Re: Fish cmds problem - by JaKe Elite - 07.06.2012, 09:28
Re: Fish cmds problem - by MadeMan - 07.06.2012, 09:31
Re: Fish cmds problem - by N0FeaR - 07.06.2012, 09:33

Forum Jump:


Users browsing this thread: 1 Guest(s)