
Ramyxfa
Members-
Posts
25 -
Joined
-
Last visited
Everything posted by Ramyxfa
-
i wanna make GUIEditor.memo[2] only **** cna u give me full code :3
-
I wanna make an memo box when someone till example write on it : hello123 its will be ******* or anything text not only hello123 i mean an password filed for login panel any help Thanks
-
[DISCONTINUED] Limitless Free Hosting - Free MTA:SA & SAMP Servers
Ramyxfa replied to Lampard1's topic in Hosting solutions
Username: RamyxFa Your name(Full and last name): Ramy Salem Why do you want free MTA Server?: Im not rich to buy an server + no any service i have to pay with Server Slots: 100 Your Skype: ramyxfa Your Email: ramysalem123@hotmail.com I deleted my other host and now i wanna it back) -
i seen servers that is hosted with mtasa offical map editor so how
-
ERROR: Couldn't find script client.lua for resource CIPupdates
-
ERROR : didnt find an cilent.lua i have already :/http://i.imgur.com/HPwV3kA.png
-
Please help is that good code : GUIEditor = { tab = {}, tabpanel = {}, button = {}, window = {}, memo = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(327, 160, 664, 518, "CIP Updates ", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetProperty(GUIEditor.window[1], "Visible", "False") guiSetProperty(GUIEditor.window[1], "Text", "CIP Updates ") GUIEditor.tabpanel[1] = guiCreateTabPanel(9, 204, 645, 304, false, GUIEditor.window[1]) GUIEditor.tab[1] = guiCreateTab("Updates", GUIEditor.tabpanel[1]) GUIEditor.memo[1] = guiCreateMemo(0, 1, 645, 278, "", false, GUIEditor.tab[1]) GUIEditor.memo[2] = guiCreateMemo(0, 1, 645, 278, "Thursday, September 10, 2015\nAdd updates panel use /updates to open it \nAdded gun shop ", false, GUIEditor.tab[1]) guiMemoSetReadOnly(GUIEditor.memo[2], true) GUIEditor.button[1] = guiCreateButton(514, 193, 140, 37, "Close", false, GUIEditor.window[1]) end ) addEventHandler("onClientRender", root, function() dxDrawText("", 913, 183, 982, 200, tocolor(255, 255, 255, 255), 1.00, "default", "left", "top", false, false, false, false, false) end )addCommandHandler('updates', function() guiSetVisible(WINDOW, true) end)
-
Yo can u give me code of making that making command /updates open an gui ? help , thanks + i made an memo but can i make that no one can press on it and edit it [ make new text
-
hello i wanna help , how to make superman only for team Staff code : cilent :
-
code pls ? (check my spoiler pls add it to my code
-
i mean like this its come ERROR
-
i mean not account to allow to do it i mean the rcon of websie ... says DENIED: Denied 'Console' access to command 'refresh' [16:22:38] ACL: Access denied for 'refresh'
-
Hello , there a probleam , i got an host and there rcon tool on it and when i type any command of help list its says : DENIED: Denied 'Console' access to command 'start' [15:27:24] ACL: Access denied for 'start' any help please
-
Well , many need an console / server command to change server name and game mode like setservername RAMYXFA TEST server and its will change to it
-
WARNING: CITtransport/transports.lua:149: Bad argument @ 'addEventHan dler' [Expected element at argument 2, got nil] any help here is my script : local tansports = {} local resX, resY = guiGetScreenSize() function centerWindow(center_window) local screenW,screenH=guiGetScreenSize() local windowW,windowH=guiGetSize(center_window,false) local x,y = (screenW-windowW)/2,(screenH-windowH)/2 guiSetPosition(center_window,x,y,false) end function makeGUI() win = guiCreateWindow(383, 229, 516, 440, "Rapid Transportation System", false) guiWindowSetSizable(win, false) guiSetAlpha(win, 0.91) guiSetVisible(win, false) centerWindow(win) lab1 = guiCreateLabel(18, 28, 249, 20, "Select a location to be transported to:", false, win) guiSetFont(lab1, "clear-normal") lab2 = guiCreateLabel(23, 392, 279, 31, "The cost of travel is based on the distance between you and the location.", false, win) guiLabelSetHorizontalAlign(lab2, "left", true) butTravel = guiCreateButton(305, 392, 88, 36, "Travel", false, win) guiSetProperty(butTravel, "NormalTextColour", "FFAAFFAA") addEventHandler("onClientGUIClick", butTravel, travelToDest, false) butClose = guiCreateButton(408, 392, 88, 36, "Close", false, win) guiSetProperty(butClose, "NormalTextColour", "FFFFAAAA") addEventHandler("onClientGUIClick", butClose, closeGUI, false) end addEventHandler("onClientResourceStart", resourceRoot, makeGUI) function openGUI(locs) showCursor(true) guiSetVisible(win, true) guiBringToFront(win) grid = guiCreateGridList(18, 58, 478, 324, false, win) guiGridListAddColumn(grid, "Location", 0.65) guiGridListAddColumn(grid, "Cost of Travel", 0.25) local money = getPlayerMoney() for i, loc in ipairs(locs) do local row = guiGridListAddRow(grid) guiGridListSetItemText(grid, row, 1, loc[1], false, false) guiGridListSetItemText(grid, row, 2, "$"..loc[2], false, false) if (loc[2] > money) then guiGridListSetItemColor(grid, row, 2, 255, 0, 0) end end end addEvent("CITtransport.gui", true) addEventHandler("CITtransport.gui", root, openGUI) function closeGUI() showCursor(false) destroyElement(grid) guiSetVisible(win, false) end function travelToDest() local destName = guiGridListGetItemText(grid, guiGridListGetSelectedItem(grid), 1) if (not destName) then return end triggerServerEvent("CITtransport.travel", root, destName) closeGUI() end
-
Yo i get an little code and here it is : function resetWantedLevel ( attacker, weapon, bodypart, loss ) if attacker and getElementType(attacker) == "player" then local x,y,z = getElementPosition(attacker) local zone = getZoneName(x,y,z,true) if zone ~= "Las Venturas" then return end setPlayerWantedLevel(attacker,0) end end addEventHandler ( "onPlayerDamage", getRootElement (), resetWantedLevel ) i need to put it where and create .lua or what please help if i want to start an script and i get this code that is up where i have to put it ?
-
[DISCONTINUED] Limitless Free Hosting - Free MTA:SA & SAMP Servers
Ramyxfa replied to Lampard1's topic in Hosting solutions
Username:RamyxFa Your name(Full and last name):Ramy Salem Why do you want free MTA Server?:Because i don't have money to pay for servers and im not so rich Server Slots:24 or 16 Your Skype:ramyxfa Your Email:ramysalem123@hotmail.com -
Well kanel version is so nice but and like one i want but one i want with more funictuons like elemnt browser , object makers andlike those things
-
any good program for scripting like Notepad+++ or something because i want start scripting
-
Hello where can i find /em script well i see like 20 server have it any help please
-
+1 ! they fake ! they just got our script and faked please @MTA help us