11.10.2009, 19:11
So everything is good except I need to trick the server into thinking that the bots are logged in and registred so I think I got it.
I got this under onplayerconnect
and when compling I get this for an answer
so please help me if you can I'd really like to have some bots driving around since the server wont have many players in the beginning :P
I got this under onplayerconnect
Код:
if(IsPlayerNPC(playerid)) PlayerInfo[playerid][gPlayerLogged] =1
Код:
C:\Documents and Settings\Kristian\Skrivbord\0.3\gamemodes\sagc.pwn(1399) : error 033: array must be indexed (variable "gPlayerLogged") C:\Documents and Settings\Kristian\Skrivbord\0.3\gamemodes\sagc.pwn(1401) : error 001: expected token: ";", but found "-identifier-"