Jump to content

WenDo

Members
  • Posts

    3
  • Joined

  • Last visited

Details

  • Gang
    .
  • Location
    Las Venturas, San Andreas
  • Occupation
    Future owner of a Server
  • Interests
    playing/scripting

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

WenDo's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

1

Reputation

  1. Hello there, My name is WenDo and I'm searching for an good scripter for my future RPG server. We have so far many resources but we need scripter who can rework them and connect. If you are or know any scripter please contact me on Discord, WenDo aka DanevMk#1203
  2. Hello there, I'm not that good in scripting and i want to change a normal window into dx one. Can anyone tell me how ? I want to make this window dx. -------------------------------------------------------------------------------------------------------------------------------------------------- function displayGUI(player) if player == localPlayer and (not isPedInVehicle(player)) and (not isElement(dealerWindow)) then dealerWindow = guiCreateWindow((resX/2) - (395/2),(resY/2) - (337/2),395,337,"SAMG:RPG Car Dealer",false) dealerGrid = guiCreateGridList(0.0278,0.0801,0.9443,0.7656,true,dealerWindow) guiGridListSetSelectionMode(dealerGrid,0) vehicleCol = guiGridListAddColumn(dealerGrid,"Vehicle Name",0.3) speedCol = guiGridListAddColumn(dealerGrid,"Top Speed",0.3) priceCol = guiGridListAddColumn(dealerGrid,"Price",0.3) for i,v in pairs(carList) do local modelid = getVehicleModelFromName(v[1]) if modelid then local row = guiGridListAddRow ( dealerGrid ) guiGridListSetItemText ( dealerGrid, row, vehicleCol, v[1], false, false ) local modelid = getVehicleModelFromName(v[1]) guiGridListSetItemData( dealerGrid, row, vehicleCol, modelid ) local vehicle = createVehicle(modelid, 0,0,0) local handling = getVehicleHandling(vehicle).maxVelocity destroyElement(vehicle) guiGridListSetItemText ( dealerGrid, row, speedCol, handling, false, false ) guiGridListSetItemText ( dealerGrid, row, priceCol, v[2], false, true ) end end showCursor(true) purchaseButton = guiCreateButton(0.0228,0.8694,0.2962,0.095,"Purchase",true,dealerWindow) addEventHandler("onClientGUIClick", purchaseButton,function() if guiGridListGetSelectedCount(dealerGrid) == 3 then local selectedRow = guiGridListGetSelectedItem(dealerGrid) local vehicleID = guiGridListGetItemData(dealerGrid, selectedRow, vehicleCol) local price = guiGridListGetItemText(dealerGrid, selectedRow, priceCol) triggerServerEvent("onPlayerPurchaseVehicle", localPlayer, vehicleID, price) end end, false) testButton = guiCreateButton(0.3544,0.8694,0.2962,0.095,"Test Drive",true,dealerWindow) addEventHandler("onClientGUIClick", testButton ,function() if guiGridListGetSelectedCount(dealerGrid) == 3 then local selectedRow = guiGridListGetSelectedItem(dealerGrid) local vehicleID = guiGridListGetItemData(dealerGrid, selectedRow, vehicleCol) triggerServerEvent("onPlayerTestVehicle", localPlayer, vehicleID) end end, false ) exitButton = guiCreateButton(0.6785,0.8694,0.2962,0.095,"Exit",true,dealerWindow) addEventHandler("onClientGUIClick", exitButton,function() destroyElement(dealerWindow) showCursor(false) end, false ) end end addEventHandler("onClientMarkerHit", resourceRoot, displayGUI) --------------------------------------------------------------------------------------------------------------------------------
  3. mtasa://62.210.169.214:22006 http://wssrpg.net/ ------ About Us ------ Why So Serious (WSS) RPG has been around for a while and the servers main aims are to bring a fun, relaxed but well-run server. Although we’re a RPG server, the main focus is not on roleplaying. The server consists of various roleplaying groups which you can get involved with if you do enjoy roleplaying, but you can also take on other things such as being a criminal, cop, or playing as one of our many fun civilian classes like Quarry Worker and Computer Technician. Whilst being a criminal there is many things you can do to occupy your time, where public criminal groups allow you to participate in house robberies, sell weapons and drugs, rob cars, smuggle drugs into the country, whatever you want! Gangs are also an option and if you manage to join one of the big gangs, you can do special scripts such as deliveries, participate in turfing wars or fight against your sworn enemies. New gangs are also easy to set up; you can apply for a Term which means your gang can receive points for their activity, presence in the server and overall attitude. Civilians are also an exciting part of the server and with unique and fun jobs created by the developers, what is there not to enjoy? We have quarry workers, computer technicians, news reporters, truckers, pilots, skateboarders, pizza makers, pizza delivery men, adrenaline junkies and even an ice cream man! There are much more civilian classes but we’ll leave that for you to find out. The news reporter class allows you take photographs with the camera and upload your images to the website to show off your masterpiece. Cops are also a part of the server and like criminals they can participate in House Robbery, which works off a percentage. As a cop, you must get the marker to reach the blue 100%, where as criminals much make it reach the red 100%. If it is in the red, cops fight to reduce it, if it is in the blue, criminals fight to reduce it. They can also arrest people for money as well as rank up through the department, earning extra spawns which will include more weapons depending on how many arrests you have. ------ Key Information ------• Active playerbase • Friendly & fun community • Active & helpful staff members • Often backups to prevent rollbacks • Teamspeak Server (wssrpg.co.uk) • mIRC Server • Variety of jobs and activities • Report Centre for any issues • Updated Roster • Regularly held events • Civil War group, allowing you to fight with other members as the Confederate or the United States Armed Forces. • Great reward system for Gangs and RP groups JOIN US TODAY mtasa://62.210.169.214:22006 http://wssrpg.net/
×
×
  • Create New...