0 Üye ve 1 Ziyaretçi konuyu incelemekte.
function satis (source) x, y, z = getElementPosition(source) createPickup (x,y,z,3,1274) outputChatBox("[!]Satılığa eklendi.",source, 255,255,255,true)endaddCommandHandler("sat", satis)
Server taraflıdır.Kodfunction satis (source) x, y, z = getElementPosition(source) createPickup (x,y,z,3,1274) outputChatBox("[!]Satılığa eklendi.",source, 255,255,255,true)endaddCommandHandler("sat", satis)
function ac() local hesap = getPlayerAccount( localPlayer ) if (hesap) then guiSetVisible(panel,true) showCursor(true) else outputChatBox("[!]Bir hesaba bağlı değilsiniz!",255,0,0,true)endendaddCommandHandler("sifredegistir",ac)