Jump to content

Fury

Members
  • Posts

    265
  • Joined

  • Last visited

Everything posted by Fury

  1. Fury

    Maplist

    write "maps race" to f8(console)
  2. Fury

    xml top list

    @karthik184 You are a so good man that helping to people. Thanks for your all helps. ps: topic can be closed
  3. Fury

    xml top list

    thank you so much i understand how table.sort works! but in this code i have got this error; top.lua:19: atempt to concantenate field 'data' (a boolean value) i dont know why i got this error
  4. Fury

    disable pickups

    You can use this, but it's from race resource, so you must also use addEvent. thanks
  5. Fury

    disable pickups

    addEventHandler("onPlayerPickupUse",getRootElement(), function ananza() if ( not wasEventCancelled() ) then setTimer ( cancelEvent(), 1000, 1 ) outputChatBox ( "#c0c0c0* Repair pickups #abcdefdisabled#c0c0c0!", getRootElement(), 255, 0, 0, true ) end) addEventHandler("onMapStarting", getRootElement(), ananza) is that code is right? ps: its for race mode.
  6. Fury

    xml top list

    can you give me a example?
  7. Fury

    xml top list

    hello guys, i made a xml stats system worked like this; users.xml <users> <SERIAL_6218AAAD464C476132E8FC18695D2844 wins="6" points="200" second="2" third="0" nick="[Evo]Flooderne"></SERIAL_6218AAAD464C476132E8FC18695D2844> <SERIAL_B4760ED9F491634C91ACEAF3DB31FCB2 wins="2" points="120" second="6" third="0" nick="[Evo]joshter50"></SERIAL_B4760ED9F491634C91ACEAF3DB31FCB2> .. .. ..</users> is there any way to make a top wins/points/second/third list with nickname? thanks for reading ps: my gang is not it is F u c k N. fix that please
  8. Fury

    about race info

    hi guys, where can i edit/delete this little map info thing?
×
×
  • Create New...