SA-MP Forums Archive
0.3.7 Bots - 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: 0.3.7 Bots (/showthread.php?tid=572718)



0.3.7 Bots - HQ - 01.05.2015

Hello,can anyone say me how to add bots(0.3.7) to work in market/binco...
Sorry for bad English.


AW: 0.3.7 Bots - Mellnik - 01.05.2015

CreateDynamicActor
SetDynamicActorInterior
SetDynamicActorSkin
SetDynamicActorPos
SetDynamicActorFacingAngle

https://github.com/emmet-jones/actor-streamer


Re: 0.3.7 Bots - Dragony92 - 01.05.2015

https://sampwiki.blast.hk/wiki/CreateActor
pawn Код:
public OnGameModeInit()
{
    CreateActor(179, 316.1, -134.0, 999.6, 90.0); // Actor as salesperson in Ammunation
    return 1;
}



Re: 0.3.7 Bots - AzaMx - 01.05.2015

I suggest you to read this by Abagail [Tutorial] Actors!(0.3.7 RC6)


Re: 0.3.7 Bots - HQ - 01.05.2015

Thanks Mellnik,Dragony92,AzaMx!
REP+


Re: 0.3.7 Bots - AzaMx - 01.05.2015

Quote:
Originally Posted by HQ
Посмотреть сообщение
Thanks Mellnik,Dragony92,AzaMx!
REP+
No problem.. Hope it's very usefull