19.03.2012, 06:27
Before you jump to conclusions. I am aware of a lot of the scripting errors and what causes them, so I try not to post here regarding compiling errors, it's just that I have looked through this line for about 10 minutes and cannot figure out what in the world is wrong with it. It's like playing a damn game of I-Spy.
pawn Код:
CMD:goto(playerid,params[])
{
if(!IsPlayerAdmin(playerid) && pInfo[pAdmin][playerid] < 3) // Error Line
{
SendClientMessage(playerid,COLOR_LIGHTGRAY,"You are not authorised to use that command.");
return 1;
}
// Rest of code is uneeded.