05.01.2010, 13:40
NPC does not go where it must go. If i /goto him then I will be teleported to cords 0 0 0 (near blueberry farm). Everything is bypassed.
OnPlayerSpawn I've defined what skin it must have. Any ideas what makes bot to it's right place ?
Код:
public OnPlayerRequestSpawn(playerid) { if(!IsPlayerConnected(playerid)) return 0; if(IsPlayerNPC(playerid)) return 1;
Код:
Код:public OnPlayerRequestClass(playerid, classid) { if(!IsPlayerConnected(playerid)) return 0; if(IsPlayerNPC(playerid))