Jump to content

GamerDeMTA

Members
  • Posts

    559
  • Joined

  • Last visited

Everything posted by GamerDeMTA

  1. Ok but help me with this! When I type "ping" it shows the outputChatBox two times! addEventHandler ( "onPlayerChat", root, function ( message ) if ( message == "ping" ) then outputChatBox("your ping: "..getPlayerPing( source ).. " \"{SMILIES_PATH}/icon_biggrin.gif\" alt=\"\" title=\"Very Happy\" />",root,255,255,0,true) cancelEvent ( ) end end ) Why???
  2. It doesn't work Also when I type the command for my other commands like this: addEventHandler ( "onPlayerChat", root, function ( message ) if ( message == "players" ) then outputChatBox("we are "..getPlayerCount( source ).. " players",root,255,255,0,true) cancelEvent ( ) end end ) It shows the message before I say that ((( I mean this happened, I say players[/ban] and... Me: players we are 1 players It happened... That PLease Help
  3. Hm I don't understand how to do it with getPlayerTeam and getTeamName both. And tabl is this: tablelol = { 'lol', 'xd', 'wtf' }
  4. What's wrong with these lines? outputChatBox("You're in "..getTeamName( source ).. " team "..getPlayerName( source ).. "",root,255,255,255,true) Also I want to do a table with outputchatboxs with TRUE AND ALSO 255, 255, 255 THOSE THINGS. I can without it, but with it it gives error. setTimer ( function ( ) outputChatBox ( tabl[math.random(#tabll)] ) end, 10000, 0 ) What I should do?
  5. and how to output the Admin players list? And if there's no admin connected how to do an output which says "No admins f" Also if I can put the Admin rank (smod mod admin) =) it could be great
  6. I want to do a table with outputChatBoxs. can i? is for a random ouputchatboxs
  7. And if I want to put it if a player says a message like "showping" instead a command?
  8. Get the number of players in-game right now? in the server? Also say how to put in in an outpuChatBox please.
  9. This is the full code: [lua] function (thePlayer) local xdd = getPlayerName(thePlayer) outputChatBox("* " ..xdd.. " MESSAGE",getRootElement(),255,0,0,true) end addCommandHandler("OPEN",)
  10. outputChatBox("* " ..thePlayer.. " Message",getRootElement(),255,0,0,true) And what's wrong with this code?
  11. And If i put the otuputchatbox with getRootElement is for all players? getRootElement
  12. but I want to put the text says "welcome"
  13. I wanna do a outputhctabox who says "Your money is (the money of the player)" How to do it? Can you give an example? Also... there are functions to... _Ping of the player?
  14. Help please, I haven't logs The folder is empty
  15. but I want to put it only to the player who Joins not to all... It will be to all or just to the player???
  16. For put an image in the screen when the player Join... Just for 8 seconds.
  17. I DON't HAVE NOTHING MY LoGS DOESN'T SAVE D:
  18. of the conversations???
  19. Is still bad man... I think is that I haven't the folder databases, can give me a link for download :SSSS¿
  20. I already removed the IP!! I think is the folder DATABASES that I haven't!!!
  21. How to do it? A GUI for buy map??? And if is already bought u can't buy it? Or there is already a resource? Also can help me with this: viewtopic.php?f=105&t=56289&p=544069#p544069 ¿¿¿
×
×
  • Create New...