Ez a cucc nem a see modbol van egyébként? Ott van hasonló cucc, sőt..
Ez a szekció lehetővé teszi a felhasználó által írt összes hozzászólás megtekintését. Vedd figyelembe, hogy csak azokba a fórumokba írt hozzászólásokat látod, amelyekhez hozzáférésed van.
Üzenetek megjelenítése menüIdézetet írta: id100 date=1503752644custom-weapons github :)
Nézz rá, az már egy alapként szolgálhat. (De nem teljes a kód. Kb félkész)
https://wiki.multitheftauto.com/wiki/local\" rel=\"external nofollow\" style=\"text-decoration:none;color:rgb(0,0,179);background:none;\">local sm = {}
sm.moov = 0
sm.object1,sm.object2 = https://wiki.multitheftauto.com/wiki/nil\" rel=\"external nofollow\" style=\"text-decoration:none;color:rgb(0,0,179);background:none;\">nil,https://wiki.multitheftauto.com/wiki/nil\" rel=\"external nofollow\" style=\"text-decoration:none;color:rgb(0,0,179);background:none;\">nil
https://wiki.multitheftauto.com/wiki/local\" rel=\"external nofollow\" style=\"text-decoration:none;color:rgb(0,0,179);background:none;\">local function removeCamHandler()
if(sm.moov == 1)then
sm.moov = 0
end
end
https://wiki.multitheftauto.com/wiki/local\" rel=\"external nofollow\" style=\"text-decoration:none;color:rgb(0,0,179);background:none;\">local function camRender()
if (sm.moov == 1) then
https://wiki.multitheftauto.com/wiki/local\" rel=\"external nofollow\" style=\"text-decoration:none;color:rgb(0,0,179);background:none;\">local x1,y1,z1 = https://wiki.multitheftauto.com/wiki/getElementPosition\" rel=\"external nofollow\" style=\"text-decoration:none;color:rgb(0,0,255);background:none;font-weight:700;\">getElementPosition(sm.object1)
https://wiki.multitheftauto.com/wiki/local\" rel=\"external nofollow\" style=\"text-decoration:none;color:rgb(0,0,179);background:none;\">local x2,y2,z2 = https://wiki.multitheftauto.com/wiki/getElementPosition\" rel=\"external nofollow\" style=\"text-decoration:none;color:rgb(0,0,255);background:none;font-weight:700;\">getElementPosition(sm.object2)
https://wiki.multitheftauto.com/wiki/setCameraMatrix\" rel=\"external nofollow\" style=\"text-decoration:none;color:rgb(0,0,255);background:none;font-weight:700;\">setCameraMatrix(x1,y1,z1,x2,y2,z2)
end
end
https://wiki.multitheftauto.com/wiki/addEventHandler\" rel=\"external nofollow\" style=\"text-decoration:none;color:rgb(0,0,255);background:none;font-weight:700;\">addEventHandler(\"https://wiki.multitheftauto.com/wiki/onClientPreRender\" rel=\"external nofollow\" style=\"text-decoration:underline;color:inherit;background:none;\">onClientPreRender\",root