Also ich habe ein paar Bots gedownloadet.Auf Freeroam server klappen sie bei mir...nur wenn ich Perfect RolePlay Los Santos reinhaue passiert das
ZitatAlles anzeigen18:56:17] Incoming connection: 127.0.0.1:65340
[18:56:17] [npc:join] Taxi2 has joined the server (0:127.0.0.1)
[18:56:17] Incoming connection: 127.0.0.1:65338
[18:56:17] [npc:join] Taxi1 has joined the server (1:127.0.0.1)
[18:56:17] Incoming connection: 127.0.0.1:65339
[18:56:17] [npc:join] Taxi4 has joined the server (2:127.0.0.1)
[18:56:17] Incoming connection: 127.0.0.1:65343
[18:56:17] [npc:join] Grove1 has joined the server (3:127.0.0.1)
[18:56:17] Incoming connection: 127.0.0.1:65344
[18:56:17] [npc:join] Taxi3 has joined the server (4:127.0.0.1)
[18:56:17] Incoming connection: 127.0.0.1:65345
[18:56:17] [npc:join] PoliceMan has joined the server (5:127.0.0.1)
[18:56:17] Incoming connection: 127.0.0.1:65341
[18:56:17] [npc:join] Sweeper has joined the server (6:127.0.0.1)
[18:56:17] Incoming connection: 127.0.0.1:65342
[18:56:18] [npc:join] Pilot has joined the server (7:127.0.0.1)
[18:56:18] Incoming connection: 127.0.0.1:65346
[18:56:18] [npc:join] PoliceBiker has joined the server (8:127.0.0.1)
[18:56:18] Incoming connection: 127.0.0.1:65347
[18:56:18] [npc:join] Denise has joined the server (9:127.0.0.1)
[18:56:18] Incoming connection: 127.0.0.1:52953
[18:56:18] [npc:join] Grove5 has joined the server (10:127.0.0.1)
[18:56:18] Incoming connection: 127.0.0.1:52951
[18:56:18] [npc:join] Grove4 has joined the server (11:127.0.0.1)
[18:56:18] Incoming connection: 127.0.0.1:52952
[18:56:18] [npc:join] Grove2 has joined the server (12:127.0.0.1)
[18:56:18] Incoming connection: 127.0.0.1:52954
[18:56:18] [npc:join] Grove3 has joined the server (13:127.0.0.1)
[18:56:30] [npc:part] Taxi2 has left the server (0:0)
[18:56:30] [npc:part] Taxi1 has left the server (1:0)
[18:56:30] [npc:part] Taxi3 has left the server (4:0)
[18:56:30] [npc:part] Pilot has left the server (7:0)
[18:56:30] [npc:part] PoliceMan has left the server (5:0)
[18:56:30] [npc:part] Taxi4 has left the server (2:0)
[18:56:30] [npc:part] Grove1 has left the server (3:0)
[18:56:31] [npc:part] Grove5 has left the server (10:0)
[18:56:31] [npc:part] Grove4 has left the server (11:0)
[18:56:31] [npc:part] Grove2 has left the server (12:0)
[18:56:31] [npc:part] Grove3 has left the server (13:0)
[18:56:31] [npc:part] PoliceBiker has left the server (8:0)
[18:56:31] [npc:part] Sweeper has left the server (6:0)
kopiert aus der Server.log.
Mein OnPlayerSpawn im GM:
ZitatAlles anzeigenpublic OnPlayerSpawn(playerid)
{
if(IsPlayerNPC(playerid))
{
gPlayerLogged[playerid] = 1;
}
...
Außerdem werden meine Gangzonen niemals angezeigt...benutze diesen Gangzonenersteller
Hab es genau so gemacht:
//At The Top Of The Script:
new Fabrik;
//Under OnGameModeInit
Fabrik = GangZoneCreate(2103.997314, -2359.673339, 2279.997314, -2183.673339);
//Under OnPlayerSpawn:
GangZoneShowForPlayer(playerid, Fabrik, -2147418167);
Nur es funktioniert nicht...
Bitte um hilfe