Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. As far as I know, the new encryption is SHA256, but I'm not sure.
  2. Castillo

    Sleeping :D

    Why don't you try to do it?
  3. Do the same as you did to play the sound, but this time to stop it.
  4. And where is it drawing it?
  5. Castillo

    Sleeping :D

    You must use the following functions: addCommandHandler getElementColShape isElementWithinColShape outputChatBox
  6. addEventHandler( "onPlayerQuit", root, function() discoState[source] = false killTimer( discoTimer[player] ) end ) You're using 'player' instead of 'source' in discoTimer.
  7. addEventHandler ( "onClientResourceStart", resourceRoot, function ( ) local userDataTable = { [ "1" ] = "1", [ "2" ] = "2" } local citem for i, citem in pairs ( userDataTable ) do local value = getElementData ( localPlayer, citem ) outputDebugString ( value ) end end ) Try it.
  8. That code above, how are you executing it? inside a function?
  9. I think that you didn't notice it wasn't 100% client side?
  10. function globalMessage ( thePlayer, cmd, ... ) if ( not isPlayerMuted ( thePlayer ) ) then local message = table.concat ( { ... }, " " ) local name = getPlayerName ( thePlayer ) outputChatBox ( "#a22222Global|#FFFFFF".. name ..": #aaaaaa".. message, getRootElement(), 255, 255, 255, true ) else outputChatBox ( "You're muted!", thePlayer, 255, 0, 0 ) end end addCommandHandler ( "Global", globalMessage )
  11. On that code you sent me, what is the problem and in what line?
  12. If you replaced it with what I said, then it's not possible. Post your script.
  13. O cambiar 'text en el 'if' por 'texts'.
  14. Castillo

    Imposter.

    I'll lock the topic, since the only purpose of it was to warn people of this.
  15. What resource is that? post the script.
  16. Castillo

    Sleeping :D

    It works on my server, so it has to work on yours. Post your .lua script and the meta.xml.
  17. Eso es porque 'text' es siempre nil, no deberias usar 'texts'?
  18. Castillo

    Imposter.

    He's one of many who discovered you impostering me, yes, I know you're "SmartBoy".
×
×
  • Create New...