[Help]Console error
#4

He made a comment in your code where an issue is, here:

pawn Код:
SetPVarInt(killerid ,"killstreak", GetPVarInt(killerid, "var") + 1); //var should be  killstreak, there is the error
It should be

pawn Код:
SetPVarInt(killerid ,"killstreak", GetPVarInt(killerid, "killstreak") + 1);
Although the problem is caused by the fact your script does not contain main()

pawn Код:
main()
{

}
Reply


Messages In This Thread
[Help]Console error - by sansko - 16.11.2010, 18:23
Re: [Help]Console error - by The_Moddler - 16.11.2010, 18:26
Re: [Help]Console error - by sansko - 16.11.2010, 18:29
Re: [Help]Console error - by JaTochNietDan - 16.11.2010, 18:32
Re: [Help]Console error - by sansko - 16.11.2010, 18:36

Forum Jump:


Users browsing this thread: 1 Guest(s)