بس ي اخي
انا حاط هذا الشرح للي مايعرفون يفتح بورت
وليه ما حطيت شرح فتح بورت
آسف على اللقافه بس انت كذا ولا كذا بتشرح يعني لو تشرح لأفضل شيء احسن
كل شركة اتصال تختلف عن الثانية
function ref()
if guiGetVisible(GUIEditor.window[1],true) then
else
guiSetText(GUIEditor.window[1],"لوحه الشرطي".. string.gsub( getPlayerName ( getLocalPlayer() ) , '#%x%x%x%x%x%x', ' ' ))
end
end
addEventHandler("onClientRender", getRootElement(), ref)
لم يتم التجربة
function fixCar ( thePlayer )
local Vehicle = getPedOccupiedVehicle(thePlayer)
if Vehicle then
if (getPlayerMoney (thePlayer) >= 1000) then
fixVehicle ( Vehicle )
takePlayerMoney ( thePlayer, 1000 )
else
outputChatBox("انت لاتملك المال الكافي.",thePlayer)
end
else
outputChatBox("You must be a Vehicle.",thePlayer)
end
end
addCommandHandler("fix",fixCar)