Jump to content

manve1

Retired Staff
  • Posts

    1,283
  • Joined

  • Last visited

Everything posted by manve1

  1. Does debugscript 3 say anything? or do you suspect somewhere what might make the code fail?
  2. function show() isn't made correctly so the code would fail right away
  3. manve1

    SQL Error

    The table isn't created. Or if it is then show the code and it would get answered a lot quicker.
  4. That doesn't explain what your problem is...
  5. I already answered your question.
  6. That won't work, and first of all you should of looked at what type of events he was already using, then you would of maybe noticed it was client sided events. After all, where did you define "show()" and "hide()"?
  7. --Functions guiSetVisible showCursor --Events onClientMarkerLeave
  8. Is it possible to replace the model from CJ's "moto" helmet?
  9. We can say that, unless you pay someone
  10. Use triggers to trigger the data then use on the other script if its in the same folder, if it isn't you need to make an export
  11. xXMADEXx understands scripting, he is a normal scripter from my view, of course he makes mistakes, but I bet he wouldn't script a roleplay for free. After all, don't say that im applying for this job as; 1. I don't script for free. 2. I am already making roleplay script.
  12. xXMADEXx, he does. marker = createMarker(1949, -1705, 13,"corona",2,0,255,0) addEventHandler("onClientMarkerHit",marker, function() local vh = getPedOccupiedVehicle ( source ) vehicles = {462} -- RIGHT HERE HE DOES. nm = tonumber ( math.random( #vehicles ) ) setElementModel ( vh, nm ) end)
  13. All i got from that is: EDIT: Fixed Over PM
  14. Is there a shader that i could use or to make one that would make darker nights? I know for the sky i can change the gradient, but for the shader i can't find suitable one
  15. possible to make a collision that would work when clicked on M4?
  16. local M4 = createObject(356, 1934.90002, -2356.69995, 12.8, 90, 0, 0) createBlipAttachedTo( M4, 0, 1, 0, 255, 0 ) addEventHandler ("onClientClick", getRootElement( ), function (button,state,absoulteX,absoluteY,worldX,worldY,worldZ,elementClicked) if elementClicked == M4 then outputChatBox("Works") return end; outputChatBox("Fails.") end);
  17. changed your script just a bit and as this event is new to me i would like help on fixing it. addEventHandler ("onClientClick", getRootElement( ), function (button,state,absoulteX,absoluteY,worldX,worldY,worldZ,elementClicked) if elementClicked == M4 then outputChatBox("Works") return end; outputChatBox("Fails.") end); Just so you know, it does contain an object "M4" that was created
  18. When he clicks on an object that was created client sided
  19. I looked over search for how to use "onClientClick" for when client clicks on an object that was created and i couldn't find it. So my question is; Could anyone give me an example of how to make it?
  20. manve1

    Flying Turismo

    You have to make a script with those functions, tho if you don't know how you might want to pay someone to script it for you.
  21. You can pay a person to make it for you, as I'm sure there is not a single resource that supports all of your needs.
×
×
  • Create New...