Jump to content

Paper

Members
  • Posts

    127
  • Joined

  • Last visited

Everything posted by Paper

  1. Oh, thanks for explanation P.S: Can you look @ this post please? viewtopic.php?f=91&t=39541
  2. executeCommandHandler Maybe this for execute /disconnect command?
  3. Paper

    XML

    Ok, i made one: http://pastebin.com/dz97g4c4 the "childs" parameter must be inserted like: "child1,child2,child3 etc etc", so: if i insert 1 child it returns me a correct value but if i insert more than 1 child i got the output @ line 22...
  4. Paper

    XML

    Ok, thanks for help
  5. Paper

    XML

    Hey guys, it's more a question than a problem: Does exist like a xml resource whit functions for make easyer the xml scripting? something like "getXMLData(file, node, child)" or something other?
  6. I solved the problem: it was in the xml file!
  7. Hello, i'm trying to make a script whit xml, but when i start the resource i got this error: But i'm sure the file is in the resource folder and in the meta.xml i inserted this line: <config src="locations.xml" type="server"/>
  8. You can also use onPlayerContact for the collisions ^^
  9. E' vero, dar vita alle proprie idee è veramente bello, poi se ti riesce anche bene è fantastico Qualche volta passo dal tuo server ^^
  10. Sicuramente, ma in certi server è impossibile giocare
  11. Paper

    staff

    /debugscript 3 Any error?
  12. The problem is not in the getAccounts() function, beacuse the problem is just when there is not a table whit that name, when there is one, no error is showing...
  13. I made this code: for i, acc in pairs(getAccounts()) do if executeSQLSelect ( getAccountName(acc), "clanName") then if executeSQLSelect ( getAccountName(acc), "clanName")[1]['clanName'] == clanName then outputChatBox(executeSQLSelect ( getAccountName(acc), "clanName")[1]['clanName'].." == "..clanName) alreadyTaken = true break end end end But it returns error @ line: 2, no such table. But in the wiki i read that it will return false if invalid arguments were passed... so why it returns the error?
  14. You must modify the race_client.lua or you can make a separated script. In both you have to use the dxFunctions...
  15. Mi sono sempre chiesto perchè la gente crea i server se poi non è in grado di gestirli e va a rompere le palle alla gente più esperta... D:
  16. Sarei molto felice di darti una mano, ma per ora devo ultimare al più presto il clan panel, e poi mi hanno promesso che appena finiamo l'update della gamemode mi hostano un server race nel dedicato insieme alla rp, comunque sarei più che felice di darti una mano, quando avrò tempo te lo farò sapere P.S: Hai skype? ^^
  17. Poi mi chiedo perchè tutta questa rivalità... insieme potremmo conquistare tutto mta! >:] No scherzo, veramente questa rivalità è totalmente inutile... e non capisco da dove viene fuori... D:
  18. Lo speedometro mi assomiglia molto a quello dei DDC messo nella community di mta, però mi piace molto, bravo. Poi il pannello admin non è sicuramente paragonabile a quello di default ma sicuramente è ben fatto e mi piace anche questo. Lo shop, anche questo mi piace, però secondo me l'idea di poter comprare armi non c'entra molto con la race, però d'altronde è il tuo server e fai quello che vuoi I miei lavori, ce li avevo tutti nel pc, ma prima di abbandonare mta ho dovuto formattare perchè non mi si avviava più quindi ho perso tutto (so che non ci crederai ), ma se aspetti un paio di settimane stiamo ultimando l'update della gamemode rp del server in cui sono andato a dare una mano, ho fatto un sistema per la lotteria e sto ultimando il clan panel.
  19. hai modificato la scoreboard giusto? Non è difficile ma bravo
  20. function on_pushButton_4_clicked(button, state, absoluteX, absoluteY) triggerServerEvent ( "onopenmain", getLocalPlayer(), "Hello World!" ) end addEventHandler("onClientGUIClick", [buttonname], on_pushButton_4_clicked) try this
  21. LoL this is not request forum, we can help you... but you must make the script...
  22. Ma perchè lo chiudi? Era carino dai D:
  23. You have to use triggerServerEvent!
×
×
  • Create New...