SA-MP Forums Archive
ERROR: pawno required/missing - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: ERROR: pawno required/missing (/showthread.php?tid=567351)



ERROR: pawno required/missing - Cheesus - 13.03.2015

Hey,

everytime a player connects i get the error
ERROR: Pawno required/missing.

in console and in the client.

Anyone know how to fix this?


AW: ERROR: pawno required/missing - Sithis - 13.03.2015

Search for that error in your script. I think it's a check built into your gamemode but triggered the wrong way.


Re: ERROR: pawno required/missing - M0HAMMAD - 13.03.2015

do you have main() in your gamemode? Upside the OnGameModeInit?
if you don't add this code:
pawn Код:
....
main()
{
    print("\n-------------------------------------\n");
}
public OnGameModeInit()
{
...



Re: ERROR: pawno required/missing - Cheesus - 16.03.2015

Yes i do but its on the bottom of the script. Will try this.


Re: ERROR: pawno required/missing - CalvinC - 16.03.2015

As long as you have the main function in your gamemode, it's fine, and it has nothing to do with this error.
I haven't heard about this error before, so it's probably custom, try searching with CTRL+H for "ERROR: Pawno required/missing".


Re: ERROR: pawno required/missing - Cheesus - 16.03.2015

It isnt in the gamemode, maybe in a include? Like crashdetect or regex or something?


Re: ERROR: pawno required/missing - Cheesus - 16.03.2015

Don't know what to do its really annoying...


Re: ERROR: pawno required/missing - Abagail - 16.03.2015

Try unloading all plugins, and eliminate things one by one.


Re: ERROR: pawno required/missing - Cheesus - 16.03.2015

Its not in the script or any plugins, what could it be?


Re: ERROR: pawno required/missing - Cheesus - 16.03.2015

LOL, sorry for this topic, i found it in a filterscript omg. Sorry for wasting your time but thanks for helping me!

-Close and delete please.