Need help with a little command.
#8

Lol okay, this is usually what happens with PAWNO it will go through each set of errors separately.

Ok so .. first error:

Is my fault, it was a typo .. see third error

Second Error:

Show me line 35.

Third error:

Copy and paste this over the existing ChuckNorrris function

Код:
forward ChuckNorris();
public CheckNorris()
{
   for(new i = 0;i < MAX_PLAYERS; i++)
   {
      if(IsPlayerConnected(i))
      {
        if(typed[i] == 1)
 	    ShowPlayerNameTagForPlayer(i, 0); // Will hide it
        return 1;
      }
   }
   return 1;
}
4th error: Show me line 40.

5th and final error: Show me line 56 .. and what is gettippt?
Reply


Messages In This Thread
Need help with a little command. - by Striker_Moe - 28.08.2009, 16:10
Re: Need help with a little command. - by ded - 28.08.2009, 16:22
Re: Need help with a little command. - by Striker_Moe - 28.08.2009, 16:30
Re: Need help with a little command. - by ded - 28.08.2009, 16:42
Re: Need help with a little command. - by Striker_Moe - 28.08.2009, 16:53
Re: Need help with a little command. - by ded - 28.08.2009, 16:57
Re: Need help with a little command. - by Striker_Moe - 28.08.2009, 17:01
Re: Need help with a little command. - by ded - 28.08.2009, 17:37

Forum Jump:


Users browsing this thread: 4 Guest(s)