-
Posts
524 -
Joined
-
Last visited
Everything posted by UAEpro
-
can you write your way here please ? and if you read comments above you will now that i don't need to steal scripts
-
They are the same , but try to decompile each of them
-
1st go to the Arabic suction in this forum then See my topic 2nd if you dont know me ask for me in Gogam3s server Clan {BoSs} server Clan [Ghosts] race servers ( my servers ) [PRO] clan ( st3rio ) Ask them about me And i have mta-ar.com ( Arabic MTA forum ) Why i need to dirt my name and steal scripts ??
-
Hello 1st you will say there are many compilers there BUT any one now can decompile LUA files i got a new way to compile files if you want me to -extreme - Compile your files send me PM i am trying now to make .exe program to extreme compile your files but i will not finish before 1 month because school related stuff this is example normal lua script http://www.mediafire.com/download.php?6gokxjs2e60xm96 normal compiled lua script ( you can decompile it ) http://www.mediafire.com/download.php?8qk6zjik9iyrk4e extreme compiled Lua file ( you cant decompile it ) http://www.mediafire.com/download.php?3r1p9elwdnh9x7q
-
@ lol'd if you dont Believe me you can test me with any noob script test me ^^
-
i CAN Compile any LUA file .. and NO ONE << yea NO ONE can DeCompile it .. Contact by PM if you want to know what i can do , and i can compile ur script but i will not tell anyone how i can do it
-
i know that but no one can find my server on the list or any new servers they can find only old servers <<< before march 15 edit : you mean replace my server file with this ? edit#2 : WORK with Linux !!
-
all my port is opened and i can't see my server in the browser .. i got the same problem 94.23.66.15:6503 see https://nightly.multitheftauto.com/ports/?d=94.23 ... odef=1&a=1
-
function NextMap(map) executeCommandHandler("nextmap", source, map) end addEvent("buyMap", true) addEventHandler("buyMap", getRootElement(),NextMap) i think this will work edit : i forget end ... thanks for citizen again and again ^^
-
كنت بعطيك اياه ^^ i made like this yesterday ^^ and as always Citizen and Solidsnake14 are the Best ^^
-
if it work in the server and not in your PC did you try to replace *.db With new one or with the one in your server ??
-
you can just write outputChatBox(getPlayerName(player).." opened the Armybase", 255, 255, 0, true) without the 1st ""..
-
اعتقد القسم خطأ لكن ممكن صورة ^^ can you post a picture ^^
-
function createTheGate () myGate = createObject( 988, 96.722534179688, 1920.3703613281, 18.158107757568, 0, 0, 270 ) end addEventHandler ( "onResourceStart", getResourceRootElement ( getThisResource () ), createTheGate ) function openMyGate ( ) local Name = getPlayerName(source) moveObject( myGate, 5000, 96.722534179688, 1915.8951416016, 18.158107757568 ) outputChatBox(Name .."opened the Armybase",getRootElement (), 255, 255, 0, true) end addCommandHandler("armyo",openMyGate) function movingMyGateBack () moveObject( myGate, 5000, 96.722534179688, 1920.3703613281, 18.158107757568 ) end i think this will work ^.^
-
Thaaanks ^^ Worked .. You are The one who made the script not me ^^
-
i want to get player account name so i can add him easily to an ACL group through lovely GUI but when the Value of playerNick is (my nickname in the game) for example UAEpro and my account is UAEx the value of LevelToGive must be when i enter my nickname, UAEx
-
i tried this before but i got ERROR Attempt to concatenate Local 'LevelToGive' (a userdata value) in line outputDebugString("user.".. LevelToGive)
-
problem solved Thanks for Citizen
-
problem fixed by small trick ^^ close the topic
-
source = getLocalPlayer() edit :: when i started to learn you helped me with my old race script .. thank you but know .. i got this weird problem !!
-
ok cside local playerMoney = getPlayerMoney(source) Cashlbl = guiCreateLabel(12,54,203,20,"Cash : ~{ " .. playerMoney .. " }~",false,Tab1) guiLabelSetColor(Cashlbl,255,255,255) guiLabelSetVerticalAlign(Cashlbl,"top") guiLabelSetHorizontalAlign(Cashlbl,"left",false) i just did that to show the money amount edit : if i buy flip or repair from the shop tab i can see the value of the money
-
hii in my race script Money = getPlayerMoney ( getLocalPlayer() ) i got a label called " Money : ~{ " .. Money .. " }~ " but in the server when i set money i can see the money in the label .. but when next map came .. i see the value " 0 " but when i write /cash it give me the right value ? Why ??
-
just explaining why i cant use my Edited Version , No need to translate it to English النسخة اللي بعدلها .. طبعا بتكون مختلفة عن نسخة السيرفرات في الغالب .. يعني أي حد يستخدم نسختي ما بيقدر يدخل السيرفرات اليديدة .. لانها بتكون بس للنسخة الأصلية اللي بتنزل قريبا
-
C++ بس للأسف مافي فايدة من الاستمرار what i made is useless لأن النسخة ما بتشتغل مع السيرفرات يوم بتتحول السيرفرات لـ1.1 because when mta1.1 is out my changes won't be useful . Because i cant use self-compiled MTA to play on public servers :cry:
