Jump to content

#Deleted


Recommended Posts

  • Replies 61
  • Created
  • Last Reply

Top Posters In This Topic

الكود ناقص وفيه اشياء مو معرفه, اطرح كودك كامل؟

ايش الناقص فيه ؟؟

ض1

انتا معطينا فانكشن فقط لا نعرف حتي الحدث شو او هاد ايفنت

: -

+

ما في اي شي يتعلق باختيار الشخصية

+

ده ملف سيرفر وش جاب

outputClient

؟؟

Skins = {SkinID1, SkinID2, SkinID3} 
function CheakPlayerModel(player) 
for i,v in ipairs(Skins) do 
if getElementModel(player) == v then 
return true 
else 
return false 
end 
end 
end  

+ انصحك تتحق من الشخصيات هيك احسن

Edited by Guest
Link to comment

Skins = {SkinID1, SkinID2, SkinID3} 
function CheakPlayerModel(player) 
for i,v in ipairs(Skins) do 
if getElementModel(player) == v then 
return true 
else 
return false 
end 
end 
end 
addEventHandler("onElementModelChange", root, 
function() 
if isGuestAccount ( getPlayerAccount(source) ) then return end 
if CheakPlayerModel(source) == true and getElementType(source) == "player" then 
if not isObjectInACLGroup ('user.'..getAccountName ( getPlayerAccount ( source ) ) aclGetGroup ( "VIP" ) ) then 
setElementModel(source, 0) 
outputChatBox("This Skins is only for V.I.P Members !", source, 255, 0, 0, true) 
end 
end 
end)  
Link to comment
Skins = {SkinID1, SkinID2, SkinID3} 
function CheakPlayerModel(player) 
for i,v in ipairs(Skins) do 
if getElementModel(player) == v then 
return true 
else 
return false 
end 
end 
end 
addEventHandler("onElementModelChange", root, 
function() 
if isGuestAccount ( getPlayerAccount(source) ) then return end 
if CheakPlayerModel(source) == true and getElementType(source) == "player" then 
if not isObjectInACLGroup ('user.'..getAccountName ( getPlayerAccount ( source ) ) aclGetGroup ( "VIP" ) ) then 
setElementModel(source, 0) 
outputChatBox("This Skins is only for V.I.P Members !", source, 255, 0, 0, true) 
end 
end 
end)  

ما ضبط

Link to comment
ليه توقعت أننا بنعطيك الكود كامل ونقولك هيا روح ركبه وخلاص ؟

حاول بنفسك واذا م ظبط عطنا اللي سويته ونعدله لك

حاولت بأول الموضوع وهاد اللي طلع معي !

function ( thePlayer ) 
        accName = getAccountName ( getPlayerAccount ( thePlayer ) ) 
        if isObjectInACLGroup ('user.'..accName, aclGetGroup ( "VIP" ) ) and ( model == 240 or model == 228 or model == 227 or model == 189 ) then 
            triggerClientEvent( thePlayer, 'openpanelvip', thePlayer ) 
        else 
            exports["guimessages"]:outputClient(VIPtext, 255, 0, 0) 
        end 
    end 

يب وقالولك الأخطاء وعطوك الفنكشنات المطلوبة ، لكن أنت ما تبي تسويها

'onElementModelChange' 
isObjectInACLGroup 
getPlayerAccount 
getAccountName 
aclGetGroup 
isGuestAccount 
setElementModel 
getElementModel 
'onElementModelChange' 
isObjectInACLGroup 
getPlayerAccount 
getAccountName 
aclGetGroup 
isGuestAccount 
setElementModel 
getElementModel 
'onElementModelChange' 
isObjectInACLGroup 
getPlayerAccount 
getAccountName 
aclGetGroup 
isGuestAccount 
setElementModel 
getElementModel 
Link to comment
ليه توقعت أننا بنعطيك الكود كامل ونقولك هيا روح ركبه وخلاص ؟

حاول بنفسك واذا م ظبط عطنا اللي سويته ونعدله لك

حاولت بأول الموضوع وهاد اللي طلع معي !

function ( thePlayer ) 
        accName = getAccountName ( getPlayerAccount ( thePlayer ) ) 
        if isObjectInACLGroup ('user.'..accName, aclGetGroup ( "VIP" ) ) and ( model == 240 or model == 228 or model == 227 or model == 189 ) then 
            triggerClientEvent( thePlayer, 'openpanelvip', thePlayer ) 
        else 
            exports["guimessages"]:outputClient(VIPtext, 255, 0, 0) 
        end 
    end 

يب وقالولك الأخطاء وعطوك الفنكشنات المطلوبة ، لكن أنت ما تبي تسويها

'onElementModelChange' 
isObjectInACLGroup 
getPlayerAccount 
getAccountName 
aclGetGroup 
isGuestAccount 
setElementModel 
getElementModel 
'onElementModelChange' 
isObjectInACLGroup 
getPlayerAccount 
getAccountName 
aclGetGroup 
isGuestAccount 
setElementModel 
getElementModel 

طيب هي جربت يلا اشوف :|

addEventHandler("onElementModelChange", root, 
function() 
accName = getAccountName ( getPlayerAccount ( thePlayer ) ) 
if isObjectInACLGroup ('user.'..accName, aclGetGroup ( "VIP" ) ) then 
setElementModel(source, 140,228,227,189) 
else 
outputChatBox("This Skin only for VIP.", source, 255, 0, 0, true) 
end 
end) 

Link to comment
..

طيب هي جربت يلا اشوف

addEventHandler("onElementModelChange", root, 
function() 
accName = getAccountName ( getPlayerAccount ( thePlayer ) ) 
if isObjectInACLGroup ('user.'..accName, aclGetGroup ( "VIP" ) ) then 
setElementModel(source, 140,228,227,189) 
else 
outputChatBox("This Skin only for VIP.", source, 255, 0, 0, true) 
end 
end) 

يخوي thePlayer

مهي معرفة

وين تحقق انه مسجل

وين تحقق انه لاعب ؟

وش هذا ؟

  
setElementModel(source, 140,228,227,189) 
  

في الفنكشن ارقمنت اثنين كيف جبت 5 ارقمنتات ؟

=,=

تصحيحح :

;

  
addEventHandler("onElementModelChange", resourceRoot, 
function() 
local accName = getAccountName ( getPlayerAccount ( source ) ) 
if getElementType(source) == "player" and not isGuestAccount( getPlayerAccount ( source ) ) then 
if not isObjectInACLGroup ('user.'..accName, aclGetGroup ( "VIP" ) ) and getElementModel(source) == 140 or getElementModel(source) == 228 or getElementModel(source) == 227 or getElementModel(source) == 189 then 
setElementModel(source,0) -- هنا تحط رقم واحد مو الاحداثيات ؟ 
outputChatBox("This Skin only for VIP.", source, 255, 0, 0, true) 
else 
end 
end 
end) 
  

Edited by Guest
Link to comment
..

طيب هي جربت يلا اشوف

addEventHandler("onElementModelChange", root, 
function() 
accName = getAccountName ( getPlayerAccount ( thePlayer ) ) 
if isObjectInACLGroup ('user.'..accName, aclGetGroup ( "VIP" ) ) then 
setElementModel(source, 140,228,227,189) 
else 
outputChatBox("This Skin only for VIP.", source, 255, 0, 0, true) 
end 
end) 

يخوي thePlayer

مهي معرفة

وين تحقق انه مسجل

وين تحقق انه لاعب ؟

وش هذا ؟

  
setElementModel(source, 140,228,227,189) 
  

في الفنكشن ارقمنت اثنين كيف جبت 5 ارقمنتات ؟

=,=

تصحيحح :

;

  
addEventHandler("onElementModelChange", resourceRoot, 
function() 
local accName = getAccountName ( getPlayerAccount ( source ) ) 
if getElementType(source) == "player" then 
if not isGuestAccount( getPlayerAccount ( source ) ) then 
if isObjectInACLGroup ('user.'..accName, aclGetGroup ( "VIP" ) ) then 
setElementModel(source,IDSkin) -- هنا تحط رقم واحد مو الاحداثيات ؟ 
else 
outputChatBox("This Skin only for VIP.", source, 255, 0, 0, true) 
end 
end 
end 
end) 
  

ماني حاط احداثيات ض

بدي الكود يكون لأكثر من شخصية ذول ارقام شخصيات :D

Link to comment
Skins = {140,228,227,189} 
function checkPlayerModel(player) 
for i,v in ipairs(Skins) do 
if getElementModel(player) == v then 
return true 
end 
end 
return false 
end 
  
addEventHandler("onElementModelChange",root, 
function(oldSkin) 
local accName = getAccountName ( getPlayerAccount ( source ) ) 
if getElementType(source) == "player" and checkPlayerModel(source) then 
if not isGuestAccount( getPlayerAccount ( source ) ) then 
if not isObjectInACLGroup ('user.'..accName, aclGetGroup ( "VIP" ) ) then 
setTimer(function(source) 
outputChatBox("This Skin only for VIP.", source, 255, 0, 0, true) 
setElementModel(source,oldSkin) 
end,500,1,source) 
end 
end 
end 
end) 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...