NPC spawns somewhere under the map.
#3

No, MyOnPlayerSpawn is this:
Код:
if(IsPlayerNPC(playerid))
	{
		new playername[64];
		GetPlayerName(playerid,playername,64);

	 	if(!strcmp(playername,"Annika",true))
	 	{
	    SetPlayerSkin(playerid, 193);
	    SetPlayerInterior(playerid, 10);
        SetPlayerVirtualWorld(playerid, -1);
	    return 1;
		}
Reply


Messages In This Thread
NPC spawns somewhere under the map. - by wiilweer - 05.01.2010, 13:40
Re: NPC spawns somewhere under the map. - by MadeMan - 05.01.2010, 13:58
Re: NPC spawns somewhere under the map. - by wiilweer - 05.01.2010, 14:00
Re: NPC spawns somewhere under the map. - by MadeMan - 05.01.2010, 14:03
Re: NPC spawns somewhere under the map. - by wiilweer - 05.01.2010, 14:05
Re: NPC spawns somewhere under the map. - by MadeMan - 05.01.2010, 14:14
Re: NPC spawns somewhere under the map. - by wiilweer - 05.01.2010, 14:20
Re: NPC spawns somewhere under the map. - by MadeMan - 05.01.2010, 14:23
Re: NPC spawns somewhere under the map. - by wiilweer - 05.01.2010, 14:34
Re: NPC spawns somewhere under the map. - by MadeMan - 05.01.2010, 14:36

Forum Jump:


Users browsing this thread: 1 Guest(s)