If I use BOTS in a Godfather server I must create an account to all bots? - 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: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: If I use BOTS in a Godfather server I must create an account to all bots? (
/showthread.php?tid=95115)
If I use BOTS in a Godfather server I must create an account to all bots? -
CTCCoco - 02.09.2009
If I use BOTS in a Godfather server I must create an account to all bots? I says this because the bots connect and disconnect when I open the server with Godfather or something with requires an account.
Re: If I use BOTS in a Godfather server I must create an account to all bots? -
Finn - 02.09.2009
You really think the bots will need an account on your server? lol
Re: If I use BOTS in a Godfather server I must create an account to all bots? -
Justsmile - 02.09.2009
Use "IsPlayerNPC", or look at the other Threads.
Re: If I use BOTS in a Godfather server I must create an account to all bots? -
CTCCoco - 02.09.2009
Quote:
|
Originally Posted by Finn
You really think the bots will need an account on your server? lol
|
Yes because the bots don't work with a server that need an account to enter -.-
Re: If I use BOTS in a Godfather server I must create an account to all bots? -
Cezar - 02.09.2009
Quote:
|
Originally Posted by CTCCoco
If I use BOTS in a Godfather server I must create an account to all bots? I says this because the bots connect and disconnect when I open the server with Godfather or something with requires an account.
|
A very simple and efficient way is not to use Godfather.
Re: If I use BOTS in a Godfather server I must create an account to all bots? -
Sayaron - 02.09.2009
If you make your own GM and don't edit any GF, you dont have to wory about this
Re: If I use BOTS in a Godfather server I must create an account to all bots? -
Independence - 02.09.2009
Man
very simple
Onplayerspawn
if isplayerloggedin = 0
{
if IsPlayerNpc
{
}
else
{
kick him
}
}
i wasn't hard.
Re: If I use BOTS in a Godfather server I must create an account to all bots? -
Sergio_team - 02.09.2009
In my gm, of race, i made an account for every bot xD, but, create an account for every bot, its easy, copy and paste any account, and change the name of the .ini
Re: If I use BOTS in a Godfather server I must create an account to all bots? -
[HUN]Gamestar - 02.09.2009
SendCommand("/register xy"); & SendCommand("/login xy");, no?
Re: If I use BOTS in a Godfather server I must create an account to all bots? -
rensfromrpas - 02.09.2009
No, use a standart callback by samp