what not show 3 bot npc - 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)
+--- Thread: what not show 3 bot npc (
/showthread.php?tid=470538)
what not show bot npc -
par30 - 18.10.2013
just 1 show npc ples help me
info
Код HTML:
//==============================================================================
public OnPlayerSpawn(playerid)
{
if(IsPlayerNPC(playerid))
{
if(strcmp(PlayerName(playerid), "customer") == 0)
{
SetPlayerPos(playerid,-1531.9147, 930.6770, 6.9632);
SetPlayerCameraLookAt(playerid,2315,-7.31,26.740);
SetPlayerSkin(playerid,85);
SetPlayerPos(playerid,-1539.9786, 930.8494, 6.9632);
SetPlayerCameraLookAt(playerid,2315,-7.31,26.740);
SetPlayerSkin(playerid,85);
SetPlayerPos(playerid,-1561.4453, 1030.5078, 6.3594);
SetPlayerCameraLookAt(playerid,2315,-7.31,26.740);
SetPlayerSkin(playerid,85);
}
return 1;
}
new string[128];
new pname[128];
GetPlayerName(playerid,pname,sizeof(pname));
Re: what not show 3 bot npc -
par30 - 18.10.2013
help me
Re: what not show 3 bot npc -
Pottus - 18.10.2013
Your only dealing with 1 npc help yourself.....
Re: what not show 3 bot npc -
par30 - 18.10.2013
Quote:
Your only dealing with 1 npc help yourself.....
|
i not Understand
Exactly what to do
Re: what not show 3 bot npc -
par30 - 18.10.2013
:lllllllllll help plz
Re: what not show 3 bot npc -
par30 - 18.10.2013
uppp
Re: what not show 3 bot npc -
par30 - 18.10.2013
need help
Re: what not show 3 bot npc -
DobbysGamertag - 18.10.2013
Are you connecting the rest of the NPC's?