Error In Script [+REP]
#2

You are missing the starting bracket of the CMD:mask(playerid, params[]) scope.
pawn Код:
CMD:mask(playerid, params[])
{
    // ...
    return true;
}
Also, if you want to stop the user from actually going further on with the command if they aren't authorized, you need to stop the code processing by adding a return.
Reply


Messages In This Thread
Error In Script [+REP] - by VIPAwesome - 10.03.2012, 13:07
Re: Error In Script [+REP] - by AndreT - 10.03.2012, 13:10
Re: Error In Script [+REP] - by VIPAwesome - 10.03.2012, 13:25
Re: Error In Script [+REP] - by Twisted_Insane - 10.03.2012, 13:27
Re: Error In Script [+REP] - by Scrillex - 10.03.2012, 13:32
Re: Error In Script [+REP] - by AndreT - 10.03.2012, 13:33
Re: Error In Script [+REP] - by Twisted_Insane - 10.03.2012, 13:39
Re: Error In Script [+REP] - by VIPAwesome - 10.03.2012, 13:54
Re: Error In Script [+REP] - by Twisted_Insane - 10.03.2012, 13:57
Re: Error In Script [+REP] - by Kiets - 10.03.2012, 13:59

Forum Jump:


Users browsing this thread: 1 Guest(s)