How to fix error 17 and 29?
#7

Make sure your keyboard setting are right: Press Control + Shift if they're not, as that may screw up your characters.

pawn Код:
public OnGameModeInit()
{
      // Don’t use these lines if it’s a filterscript
      SetGameModeText("Blank Script")
      AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
      infopickup = CreatePickup(1318, 1, 1457.2872, -1010.9865, 26.8438
      return 1;
}
There you go.
The difference is, that the proper characters are one character, and you've used 2 similar looking characters, which look the same if placed next to each other. PAWNO is very sensitive for this.
Reply


Messages In This Thread
How to fix error 17 and 29? - by Frosty_LV - 21.06.2012, 14:12
Re: How to fix error 17 and 29? - by Macluawn - 21.06.2012, 14:17
Re: How to fix error 17 and 29? - by nilanjay - 21.06.2012, 14:17
Re: How to fix error 17 and 29? - by newbienoob - 21.06.2012, 14:17
Re: How to fix error 17 and 29? - by Frosty_LV - 21.06.2012, 17:03
Re: How to fix error 17 and 29? - by SuperViper - 21.06.2012, 17:22
Re: How to fix error 17 and 29? - by judothijs - 21.06.2012, 18:10

Forum Jump:


Users browsing this thread: 3 Guest(s)