02.07.2015, 19:40
Hi Guys I Want Help My BOTS Or NPC Has Problem
new string[128];
format(string,sizeof(string),"hostname %s",svname);
SendRconCommand(string);
SetGameModeText("Dozdo Police");
SetTeamCount(1);
AllowInteriorWeapons(1);
//UsePlayerPedAnims();
ManualVehicleEngineAndLights();
AllowAdminTeleport(1);
ConnectNPC("Bankdar","SFTram1");//0 // anim
ConnectNPC("Keshish","SFTram1");//1
ConnectNPC("Police_Reshvegir","SFTram1");//2 // anim
ConnectNPC("Hoshang_Bombi","SFTram1");//3 // anim
ConnectNPC("Shahrdar","SFTram1");//4 // anim
ConnectNPC("Ali_Ninja","SFTram1");
ConnectNPC("Maryam","SFTram1");
ConnectNPC("Toghrol_Ninja","SFTram1");
ConnectNPC("Arash","SFTram1");
ConnectNPC("MaryamB","SFTram1");
Thats my Npc But They Can't Connect To My Server Plz Help
new string[128];
format(string,sizeof(string),"hostname %s",svname);
SendRconCommand(string);
SetGameModeText("Dozdo Police");
SetTeamCount(1);
AllowInteriorWeapons(1);
//UsePlayerPedAnims();
ManualVehicleEngineAndLights();
AllowAdminTeleport(1);
ConnectNPC("Bankdar","SFTram1");//0 // anim
ConnectNPC("Keshish","SFTram1");//1
ConnectNPC("Police_Reshvegir","SFTram1");//2 // anim
ConnectNPC("Hoshang_Bombi","SFTram1");//3 // anim
ConnectNPC("Shahrdar","SFTram1");//4 // anim
ConnectNPC("Ali_Ninja","SFTram1");
ConnectNPC("Maryam","SFTram1");
ConnectNPC("Toghrol_Ninja","SFTram1");
ConnectNPC("Arash","SFTram1");
ConnectNPC("MaryamB","SFTram1");
Thats my Npc But They Can't Connect To My Server Plz Help