Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
Possible addon crashing. Such glitches were reported several times before and most of them were fixed by unsubscribing the other suspicious addons and restarting their games/PCs.
Not a problem. I really appreciate your suggestion, Zealot!
I'll take a look. :D
Thanks for your suggestion. :D
Have fun. :)
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=1383742536
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=1914559226
Don't ask me pm plz
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=862327218
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=1783058223
Good luck, Pal. :3
#Nicky Meh, I'll try it someday. xd
btw, I've updated the hostile version for you in GTA V POLICE. Good luck. ;D
local modelpaths = {"path/to/model", "an/other/one", "yet/an/another", "etc"}
hook.Add("PlayerSpawnedNPC","RandomConscriptModel",function(ply,npc)
if npc:GetName() == "your conscript entity name" then
npc:SetModel(modelpaths[math.random(1,9)])
end
end
)
I dont know what is Entity:GetName()'s return value, maybe you should use something else to find out, if is the spawned NPC the your one or not...