SA-MP Forums Archive
NPC IN VIRTUAL WORLDS - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: NPC IN VIRTUAL WORLDS (/showthread.php?tid=123699)



NPC IN VIRTUAL WORLDS - Brian_Furios - 26.01.2010

Hi everyone. How to make a NPC in another virtual world


Re: NPC IN VIRTUAL WORLDS - actiwe - 26.01.2010

Like every single player.

Код:
if(!strcmp(playername,"botname",true))
		{
		  SetPlayerVirtualWorld(playerid, 0);
		  return 1;
		}