Jump to content

xXGhostXx

Members
  • Posts

    257
  • Joined

  • Last visited

Everything posted by xXGhostXx

  1. hi guys . Do you offer Account Data for save players money and ... please answer me
  2. Please answer me
  3. Not Work
  4. what ? addEventHandler("onPlayerChangeNick", getRootElement(), function() cancelEvent(); end ); this is code ?
  5. Worked but i player name changed to Guess Random Number ! i want after Login Guess and before login Set name to Username
  6. for _, stat in ipairs({ 24, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79 }) do setPedStat(source, stat, 1000) this is my code not work please answer me
  7. how set all weapons ?
  8. addEventHandler('onPlayerJoin', root, function () setPedStat(thePlayer, stat, 1000) end) What is problem ?
  9. just this setPedStat(thePlayer, stat, 1000) ?
  10. Event handler : onPlayerJoin ?
  11. Hi guys . How do you set player all weapons skill to 1000 ?
  12. I want Timer for show chat box . and use command /ad in pickup.
  13. For this code use acl on group ? if not ( isPlayerOnGroup ( thePlayer ) ) then return false end
  14. Hello guys . i have problem in my script . 1. i want use /ad in pickup position ! 2. setTimer for show ChatBox for all players . function Advertise ( thePlayer, _, ... ) local message = table.concat ( { ... }, " " ) if ... then for index, allpl in ipairs(getElementsByType("player")) do outputChatBox ( "Tabligh Az ".. getPlayerName ( thePlayer ) ..": #FFFFFF".. message.." #F39C12**", allpl,255, 255, 255, true ) takePlayerMoney(thePlayer,500) end else outputChatBox ( "#F39C12Bezan : /ad <Tabligh>", thePlayer, 255, 255, 255, true ) end end addCommandHandler ( "ad", Advertise ) this is my code and pick up code : createPickup( 1113.7177734375, -1836.0322265625, 16.599960327148, 3, 1239, 1 )
  15. function awarn (message) if not ( isPlayerOnGroup ( thePlayer ) ) then return false end local filter = message find( ".com" ) if( message:find( ".com" ) )then outputChatBox("#ff0000[ADM-Warn]:" ..getPlayerFromName.. ": " ..filter.. "**", source, 255, 255, 255, true ) end end addEventHandler("onPlayerChat", root, awarn) Please debug my code
  16. No ! i want for found message send to admin acl ! [ADM-Warn]: xXGhostXx : google.com For test
  17. I did not get Can you make for me ?
  18. Thanks.
  19. xXGhostXx

    Admin Warn

    Hello Guys . How to make admin warn filter text ! Like this : players chat google.com and for admin send warn . [ADM-Warn]: xXGhostXx chat : google.com filters : .com - .org - .net and ...
  20. i want function for jump player
  21. Hi guys. Please give me a function for slap players . thanks
  22. Hi guys . Please give me the function for /makeadmin Command For ACL : Admin Like : /makeadmin <PlayerName> And give Admin ACL Rank And for demote from admin players : /demoteadmin <PlayerName> thanks.
  23. Thanks . Fixed
  24. local nameadmin = getPlayerName( thePlayer ) Please answer me
  25. Not work Debug error: server.lua:3: unexpected symbol near '
×
×
  • Create New...