Jump to content

MatthewB

Members
  • Posts

    3
  • Joined

  • Last visited

MatthewB'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)

0

Reputation

  1. Well i did something like that but it doesnt solved the problem.. i can still see sparks function kolizjeKolizje(collider,force, bodyPart, x, y, z, nx, ny, nz, hf, model) if (collider ) then if ( getElementModel(collider) == 13156 ) then local hp = getElementHealth(source) local panel0 = getVehiclePanelState(source,0) local panel1 = getVehiclePanelState(source,1) local panel2 = getVehiclePanelState(source,2) local panel3 = getVehiclePanelState(source,3) local panel4 = getVehiclePanelState(source,4) local panel5 = getVehiclePanelState(source,5) local panel6 = getVehiclePanelState(source,6) setTimer ( setVehiclePanelState,50, 1, source,0,panel0) setTimer ( setVehiclePanelState,50, 1, source,1,panel1) setTimer ( setVehiclePanelState,50, 1,source,2,panel2) setTimer ( setVehiclePanelState,50,1,source,3,panel3) setTimer ( setVehiclePanelState,50,1,source,4,panel4) setTimer ( setVehiclePanelState,50,1,source,5,panel5) setTimer ( setVehiclePanelState,50,1,source,6,panel6) setTimer ( setElementHealth,50,1,source,hp) end end end addEventHandler("onClientVehicleCollision",getRootElement(), kolizjeKolizje)
  2. Hello everyone, i have created a new object in Z-modeler and col editor (it's flat terrain). I added it to my server and it works well but there is a little problem. I set the Material to 'Long wet grass' - but when i am driving a vehicle on my custom object, my vehicle is destroying (doors, bumper etc.) and i can see sparks out of my vehicle. After 60 secs of driving my vehicle is exploding. So: I set the Material to GRASS, but my vehicle thinks its a road or something - how to remove the sparks and cancel vehicle destroying? PS It happens only when i use createObject. When i replace original GTA SA Objects - it works well and my vehicle is not destroying i hope you guys will help me thank you.
  3. Hello everyone. I am trying to make a own server, i am a beginner (3/10) lua scripter and i was trying to make an inventory system but i think its too much hard for me. So: i want to buy a simple inventory system from a good scripter ( script without bugs) What i want in this script: - Simple Inventory GUI under "i" key Something like that. - Scripter must create 3 initial items (i would add more) - M4, M4 ammo, Bread When someone clicks at Bread and press the "USE" button - he will get a 50 health points. When someone have M4, he can't use it until he gets a M4 ammo (1 item of M4 ammo = 30 bullets) -There should be a 2 places on the map, where random items will spawn (like in DayZ). For example: There is a 33% of chance to spawn bread under police department doors, 33% of chance to spawn M4 etc. etc. Admin can use /respawn-items command, to respawn dropped items - After dead, player will lose all items. (When someone will come to his dead body, he can pick up the items) - -LIKE IN DAYZ - Player's items must be saved in mysql database (Items dropped on the ground dont have to) I can pay 15$ for that but i don't have an idea how to transfer money. I don't have a Paypal - just bank account, but not in dollars or euros (it's in my country currency) Thanks (Sorry for my bad english)
×
×
  • Create New...