15.11.2009, 11:51
I created three bots on interior, when I enter the building where they were created I see that the bot will "lift" from their position what can be and how do I fix?
Originally Posted by notime
u gotta set the NPC's interior ID.
public OnPlayerConnect(playerid) { if (IsPlayerNPC(playerid)) { SetPlayerInterior(playerid, [here the interior id]); return 1; } } |