Posts: 92
Threads: 30
Joined: Sep 2008
Reputation:
0
Hi
My GM script won't compile under 0.3 - so my only option for bots is to use a filterscript. However, my script has password protection so bots cant join.
Is there a way to get a bot to enter a /login and password?
Matt
Posts: 6,340
Threads: 58
Joined: May 2009
Reputation:
0
No, bots can only enter the server if there isn't a password setted.
Posts: 92
Threads: 30
Joined: Sep 2008
Reputation:
0
I mean a /login - not a server password
Posts: 265
Threads: 61
Joined: Apr 2008
Reputation:
0
that would be alot easier than going in and editing the gamemode just add a few lines lol
Posts: 8
Threads: 0
Joined: Feb 2008
Reputation:
0
You should make exceptions for NPCs, for login passwords spawns whatever..
if(IsANpc(playerid) == 1)return 1; is an example to skip checks if they aren't neccesary for bots
Posts: 92
Threads: 30
Joined: Sep 2008
Reputation:
0
I can't do that because my gamemode wont compile in 0.3
What I am asking is whether I can get it to enter /login and a password when it spawns