NPC Not work on R8
#1

i downloaded samp 0.3 r8 and my old bots from R4 don't wont to work! Tell me why? and how to create working bots for R8 update!

Screenshot: http://outlaws-olb.clan.su/noname.png
Reply
#2

A actualization of the includes maybe...
Reply
#3

just look at screeshot...
Reply
#4

Could be one or two things... Let's start with the main one.

Scenario 1:

You could be missing a few scriptfiles from your folder, make sure you haven't lost any in the process of updating.

Scenario 2:

You could be missing a plugin defined in server.cfg - make sure you don't have any un-nessesary plugins.

Scenario 3:

You could've missed:

pawn Код:
main()
{
}
from the script, add it if you haven't got it.
Reply
#5

man, all scenarios are good in my scripts, i don't know what is it with NPC, why i have bad result?
Reply
#6

That's why... You're using OnFilterScriptInit / Exit for a gamemode ^.^

Add this above OnFilterScriptInit:

pawn Код:
main()
{
}
now change OnFilterScriptInit to: OnGameModeInit and OnFilterScriptExit to OnGameModeExit
Reply
#7

man, all scenarios are good in my scripts, i don't know what is it with NPC, why i have bad result?
Reply
#8

Read my previous post? You're trying to load a script which is classed as a filterscript as you haven't actually stated it as a gamemode using:

Quote:

OnGameModeInit

Quote:

OnGameModeExit

pawn Код:
main()
{
}
Change those, and then try it.
Reply
#9

i change it all in my script...but this time in log i don't see even the Incomin' connection...bla-bla-bla:7777
Reply
#10

Do you have the NPC's in npcmodes\...?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)