Jump to content

-ffn-python

Members
  • Posts

    82
  • Joined

  • Last visited

Everything posted by -ffn-python

  1. I'm entered the game becomes zero points GUIEditor = { gridlist = {}, window = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(0.27, 0.28, 0.46, 0.47, "Clan Point System By Python", true) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.gridlist[1] = guiCreateGridList(0.03, 0.09, 0.95, 0.84, true, GUIEditor.window[1]) pythonClan = guiGridListAddColumn(GUIEditor.gridlist[1], "Team", 0.5) clanPoints = guiGridListAddColumn(GUIEditor.gridlist[1], "Points", 0.5) python = guiGridListAddRow(GUIEditor.gridlist[1]) guiGridListSetItemText(GUIEditor.gridlist[1], 0, 1, "MoonTheRacer", false, false) guiGridListSetItemText(GUIEditor.gridlist[1], 0, 2, "0", false, false) guiGridListSetItemColor(GUIEditor.gridlist[1], 0, 2, 254, 138, 0, 255) test = (getElementData(getLocalPlayer(),"wins") or 0) guiGridListSetItemText ( GUIEditor.gridlist[1], python, clanPoints, test, false, false ) for id, team in ipairs(getElementsByType("team")) do local row = guiGridListAddRow ( GUIEditor.gridlist[1] ) guiGridListSetItemText ( GUIEditor.gridlist[1], row, pythonClan, test, getTeamName ( team ), false, false ) guiGridListSetItemColor ( GUIEditor.gridlist[1], row, pythonClan, getTeamColor ( team ) ) end end )
  2. I want everyone to hear the sound. and buy. Solved!!! lock the topic.
  3. Maxpayne give you full code. I can't help without seeing for other values. Where wheels id ? for addVehicleUpgrade ??? function onVehicleEnter_handler( thePlayer, seat, jacked ) local account = getPlayerAccount(thePlayer) if not isGuestAccount(account) then local id = getAccountData(account,"jant") -- where wheels id ? addVehicleUpgrade(source,id) -- really ??? end end addEventHandler("onVehicleEnter",root,onVehicleEnter_handler)
  4. Barikat you need to learn English. Mr.bubbles +
  5. Hey. playsound buy a player ?
  6. Example; addEvent addEventHandler setElementData
  7. I don't understand what you mean Brain thoroughly confused
  8. guiGridListAddColumn
  9. AM LIFE HE DIDN'T FINISH BUT FINISHED THE GAME. Here's the Last Script good Days I love you guys my friends You Too I Have Not Forgotten : JR10 , Castillo, solidsnake, sniper ZoRRoM bothered me at people I'm leaving I'm afraid barikat my parents scolded barikat profile; memberlist.php?mode=viewprofile&u=74127
  10. Stolen The Script. https://community.multitheftauto.com/index.php?p=resources&s=details&id=12067
  11. download link.
  12. work. Thank you. JR10
  13. addEventHandler("onClientResourceStart", resourceRoot, function() local Muzik = playSound(tostring( createMP3Music ), true) end )
  14. Hey. What's The Problem I Can't Find It debug script error :"Bad argument" -- #Client Side addEvent("Muzik", true) addEventHandler("Muzik",root, function() stopSound(Muzik) end ) -- #Server Side triggerClientEvent(player,"Muzik",player)
  15. Well, I don't know. There are people who will help
  16. Why ? Which line the error Add To It. Example ; triggerServerEvent("eventName", getLocalPlayer())
  17. Hey Guys. Be Waiting For Your Suggestions I Hope You Have Been Nice https://community.multitheftauto.com/index.php?p=resources&s=details&id=12072 Image Image Image Image
  18. Thanks for Any Help.
  19. Click here to see the image
  20. sorry Avatar change. I found at Google. When I put the picture I'm doing full screen , then the output option Doesn't look like
  21. Hey. gui editor output code What do you know ??
  22. interpolateBetween , setTimer
  23. Thank you All Guys...
  24. When writing server side WARNING error. Client-side did, he worked in the code. Will You Do Me A Favor If I Did Wrong
  25. I Did, But I Don't Know Client addEvent("python-test", true) addEventHandler("python-test",root, function() setElementData(localPlayer,"wins", (getElementData(localPlayer,"wins") or 0) + 1) end ) Server function testing () triggerClientEvent(client, "python-test", client, kazanma) end addEventHandler ( "onPlayerFinish", root, testing )
×
×
  • Create New...