30.11.2009, 17:48
Possible problem could be your bot isn't being spawned. Try adding this into your mode.
Could also check the name matches your bots name. But I'm sure the about would do the same, even with the argument.
Have you created a seperate npc node file for the second taxi?
Код:
public OnPlayerRequestClass(playerid, classid) { if(!IsPlayerNPC(playerid)) return 0; // We only deal with NPC players in this script SetSpawnInfo(playerid,69,255,1462.0745,2630.8787,10.8203,0.0,-1,-1,-1,-1,-1,-1);/change this }
Have you created a seperate npc node file for the second taxi?