10.11.2018, 20:02
Is it possible to put textures of objects like the Kevlar vest on server version 03dl? I saw the tutorial and put it but I do not know how to put this object
Yes, it's possible to add custom models of objects.
As long as you use that model ID you typed in the artconfig.txt file in any functions, you should be able to what you're trying to do. AddSimpleModel(virtualworld, baseid, newid, dffname[], txdname[]); For example, if a custom model I added is using the newid of -2000, then I'd type.. SetPlayerAttachedObject(playerid, 1, -2000, 1); |