30.11.2009, 17:52
Quote:
Originally Posted by [LSD
Rac3r ]
Possible problem could be your bot isn't being spawned. Try adding this into your mode. Код:
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? |