SA-MP Forums Archive
[FilterScript] Ingame NPC maker - my first release after long time :D - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Ingame NPC maker - my first release after long time :D (/showthread.php?tid=303828)

Pages: 1 2 3 4 5 6 7 8


Re: Ingame NPC maker - my first release after long time :D - make - 13.01.2013

Looks awesome, nice job thanks im going to test it thx bro!


Re: Ingame NPC maker - my first release after long time :D - erpan123 - 22.02.2013

error SAMP\filterscripts\knpc.pwn(2) : fatal error 100: cannot read from file: "filemanager.inc"


Re: Ingame NPC maker - my first release after long time :D - ghzspark - 22.02.2013

pretty cool, but how to remove his nickname? i mean the "[NPC] Bus Driver" one.


also, please solve the bug with the car. thanks


Re: Ingame NPC maker - my first release after long time :D - Zempist - 23.02.2013

Really cool. Good work


Re: Ingame NPC maker - my first release after long time :D - ]Kurence[ - 05.03.2013

Quote:
Originally Posted by ghzspark
Посмотреть сообщение
pretty cool, but how to remove his nickname? i mean the "[NPC] Bus Driver" one.


also, please solve the bug with the car. thanks
both things are caused by your gamemode, script itself doesn't add any nicknames to bots, also, cars work flawlessly on my GM


Re: Ingame NPC maker - my first release after long time :D - DoubleOG - 05.03.2013

Haha, great video tutorial. Love it!
Reward: +REP


Re: Ingame NPC maker - my first release after long time :D - Schwar'Z - 05.03.2013

Good job... Gonna test that tomorrow !


Re: Ingame NPC maker - my first release after long time :D - ProPoint - 06.03.2013

hey, i got bug.
When i looking for the filterscript, and then, i set my vw to 1.
It's crash, i tried this to my friend, and he was crash too .

What is the problem here ?


Re: Ingame NPC maker - my first release after long time :D - ]Kurence[ - 07.03.2013

i have downloaded samp 0.3x server, installed this, started it up with grand larceny gamemode, and.. IT WORKED.. so the problem is AGAIN in your gamemode, host or whatever..


Re: Ingame NPC maker - my first release after long time :D - foxangil - 09.03.2013

when i do /knpc with my /rcon login password i have (server:unknown command )


Re : Re: Ingame NPC maker - my first release after long time :D - Rachide - 10.03.2013

Quote:
Originally Posted by foxangil
Посмотреть сообщение
when i do /knpc with my /rcon login password i have (server:unknown command )
Sorry for my English, but ..
Me too when I made / makes me KNPC its "server this unknow command", so when I host my server with hamachi I managed to put everything, but since I find micro-host I must do everything via FileZila and the only FilterScript KNPC does, not help!


Re: Ingame NPC maker - my first release after long time :D - fanta291327 - 10.03.2013

Yeah this script is really god except for every bot it takes up one slot me = no likey that


Re : Ingame NPC maker - my first release after long time :D - Rachide - 11.03.2013

Bonjour, j'ai besoin d'aide quand je fais InGame /knpc 0,1,2 or3... and /knpc rien ne se passe, besoin 'aide !


Re : Ingame NPC maker - my first release after long time :D - Rachide - 12.03.2013

Hello, I need help when I InGame / KNPC 0,1,2 or3 ... and / KNPC nothing happens, need help!


Re: Re : Ingame NPC maker - my first release after long time :D - freddy smyth - 12.03.2013

Quote:
Originally Posted by Rachide
Посмотреть сообщение
Bonjour, j'ai besoin d'aide quand je fais InGame /knpc 0,1,2 or3... and /knpc rien ne se passe, besoin 'aide !
Translation: Hello, I need help. When I type ingame /knpc 0, 1, 2 or 3... and /knpc nothing happens. I need help!

I think it's because it's a filterscript. You need to change the 'return 1' function to 'return 0'

Otherwise, try updating your plugins.

Je pense que c'est un filterscript. Tu as besoin changer <<return 1>> function а <<return 0>>
Autrefois, essayes а renouvelle tes plugins.


Re : Ingame NPC maker - my first release after long time :D - Rachide - 12.03.2013

in the script everything ends to "return 1" I put "return 0"?

Or if you have an example it would be nice.

For example in this ligne script, what i change?:

stock split(const strsrc[], strdest[][], delimiter)
{
new i, li;
new aNum;
new len;
while(i <= strlen(strsrc))
{
if(strsrc[i] == delimiter || i == strlen(strsrc))
{
len = strmid(strdest[aNum], strsrc, li, i, 12;
strdest[aNum][len] = 0;
li = i+1;
aNum++;
}
i++;
}
return 1;
}


Re : Ingame NPC maker - my first release after long time :D - Rachide - 12.03.2013

Any time I have a try on my pc with KNPC hamachi, everything works.
With my host (micro-host) when I made / KNPC 0 / KNPC nothing.
Have an idea to remedy, to move the file I use FileZila


Respuesta: Ingame NPC maker - my first release after long time :D - Dreyfuz - 12.03.2013

Wouuu.! Very good...

Nice


Re : Ingame NPC maker - my first release after long time :D - Rachide - 12.03.2013

I have juste 2 plugins,I have filemanager and I MapAndreas but, since I have FileZila, I have just filemanager.

And I have question, why with filemanager I must put Filemanager.so and i can't put filemanager.dll? Beaucause wehn I put filemanager.so I have script execept when i do /knpc 0 and /knpc nothing happens, and with filemanager.dll In game, he say "Serveur Unknow command.


Re: Ingame NPC maker - my first release after long time :D - HurtLocker - 12.03.2013

unbelievable!