ERROR: pawno required/missing
#1

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?
Reply
#2

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

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

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

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".
Reply
#6

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

Don't know what to do its really annoying...
Reply
#8

Try unloading all plugins, and eliminate things one by one.
Reply
#9

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

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)