16.06.2017, 11:12
Quote:
@ikkentim would it be difficult to make a wrapper for FCNPC ?
And how it is going for 0.8, are you making some progress? Will you implement the "gamemode reload without server restart" option? ![]() |
It's very easy to write wrappers. One example would be the streamer wrapper: https://github.com/ikkentim/SampSharp-streamer
These basic wrappers have been written by newbprogramming(iirc

RNPC: https://pastebin.com/KxeiAdaR
ColAndreas: https://pastebin.com/rMgFa8sp
Quote:
Use GlobalObject not DynamicObject.
![]() example: Код:
new GlobalObject(353, new Vector3(player.Position.X, player.Position.Y, player.Position.Z-1), new Vector3(90, 90, 90)); |
It's a bit broken atm... With version 0.8 it should be properly supported again!