11.07.2017, 15:14
Hey,
I'm trying to set the NPCs interior using the following code, but it doesnt seem to work, any tips?
I tried putting it in all sorts of place(such as OnPlayerSpawn and OnPlayerConnect)
What seems to be the problem? Thanks.
I'm trying to set the NPCs interior using the following code, but it doesnt seem to work, any tips?
I tried putting it in all sorts of place(such as OnPlayerSpawn and OnPlayerConnect)
Код:
if(IsPlayerNPC(playerid)) { SetPlayerInterior(playerid, 13); return 1; }