Search the Community
Showing results for tags 'test'.
-
Hello there! Since not too many Classic Racing servers went for 1.6 yet (some DM / DD / Shooter etc.: servers did) I decided to launch a test server, for y'all if you want to check if anything changed in 1.6 for racing. SKC Vanilla also turned to 1.6 but they have very big ammount of maps & it might lag. My server doesn't have too many maps, scripts so it's perfect to test how things look: mtasa://23.88.73.88:23161 Check out F9 - RACE for more info, for commands etc.: I'll describe basic commands here /nos (nfs | normal | hybrid) - change nitro style /fpslimit (vehicle | boat) (number) - Limit your FPS F4 - Carfade C - Carhide Only racing maps with checkpoints.
-
I see people here have extraordinary potential. But I have a serious problem so I ask you to help me Server function DeleteChara() if (getElementData(theElement,"account:charselect:id")) then local dbid = getElementData(theElement,"account:charselect:id") local escapedID = exports.mysql:escape_string(dbid) local result = exports.mysql:query("SELECT * FROM characters WHERE id='" .. dbid .. "'") local fetch = exports.mysql:fetch_assoc(result) local query = exports.mysql:query("DELETE * FROM characters WHERE id='" .. dbid .. "'") if query then outputChatBox("Successfully deleted this character!", source, 0, 255, 0) refreshCharacters() else outputChatBox("ERROR!", source, 255, 0, 0) end end end addEvent("accounts:DeleteChara", true) addEventHandler("accounts:DeleteChara", getRootElement(), DeleteChara) Client function closeDelChar() destroyElement(myWindow) showCursor(true) end function DeleteChara() triggerServerEvent("accounts:DeleteChara", localPlayer) end function delChar() myWindow = guiCreateWindow ( 0.3, 0.3, 0.3, 0.2, "Information", true ) -- Button Boss bClose = guiCreateButton(0.550, 0.5, 0.4, 0.2, "No", true, myWindow) addEventHandler("onClientGUIClick", bClose, closeDelChar) bAccept = guiCreateButton(0.050, 0.5, 0.4, 0.2, "Yes", true, myWindow) addEventHandler("onClientGUIClick", bAccept, DeleteChara) -- Text lText = guiCreateLabel(0.025, 0.2, 1.0, 0.3, "Are You Sure?\nTo Delete This Character.", true, myWindow) guiSetFont(lText, "default-bold-small") guiLabelSetHorizontalAlign(lText, "center", true) end addEvent( "delChar", true) addEventHandler( "delChar", localPlayer, delChar)
-
I made a 3D GUI System in MTA:SA. You can place 3D GUI Elements (Buttons, Textboxes, Labels, Lists, Checkboxes, Sliders, etc.) wherever you want. It's not public yet.
-
Universo Virtual Bom galera, eu tenho um servidor de MTA, e queria alguma dica de hospedagem, pois a que eu uso, não está me deixando satisfeito. Bom, alguém sabe alguma hospedagem boa ? De preferência brasileira.
- 3 replies
-
- universo virtual
- mta brasil
- (and 11 more)