0 Üye ve 1 Ziyaretçi konuyu incelemekte.
--// AROMALAR //--shader = dxCreateShader("dosyalar/fx/nargile.fx")elma = dxCreateTexture("dosyalar/aromalar/elma.png")limon = dxCreateTexture("dosyalar/aromalar/limon.png")--// ELMA ARMO VER //--addEvent("NargileSistemi:ElmaArmoVer",true)addEventHandler("NargileSistemi:ElmaArmoVer",root,function()engineApplyShaderToWorldTexture(shader, "zelyon_mromor")dxSetShaderValue(shader, "gTexture", elma)end)
--// Elmalı Nargile Alındı //--addEvent("NargileSistemi:ElmalıNargileAl",true)addEventHandler("NargileSistemi:ElmalıNargileAl",root,function()if elmali_nargile_kurdu[source] thenoutputChatBox("[!] #ffffffTekrak bir nargile getirmek istiyorsanız kurduğunuz nargileyi kaldırmanız gerekli.", source, 255, 0, 0, true)return endlocal x,y,z= getElementPosition(source)local rx,ry,rz = getElementRotation(source)local yazi= createElement("text")local komut = ("/nargilegetir")setElementData(yazi,"text", "#1ace9bNargile Sistemi \n Sahip: #FFFFFF"..getPlayerName(source).."\n #1ace9bKomut: #FFFFFF "..komut.. "\n #1ace9b Aroma: #00ff00 Elma")setElementCollisionsEnabled(yazi,false)setElementPosition(yazi,x-0.8,y,z)setElementData(yazi,"scale", 1)nargile = createObject(1562,x-0.8,y,z-0.7)setElementCollisionsEnabled(nargile,false)elmali_nargile_kurdu[source] = truesetElementData(source,"NargileSistemi:SistemKapatma",true)setElementFrozen(source,true)setPedAnimation(source,"BEACH","ParkSit_M_loop",-1,true,false,false)triggerClientEvent(root,"NargileSistemi:ElmaArmoVer",root)elmali_nargile[source] = {element = nargile,yazi = yazi}triggerClientEvent(root,"NargileSistemi:NargileObjeGoster",root)outputChatBox("[!] #ffffffNargile kurdunuz, Space tuşuna basarak içebilirisiniz.", source, 0, 255, 0, true)end)