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. what ? addEventHandler("onPlayerChangeNick", getRootElement(), function() cancelEvent(); end ); this is code ?
  3. Worked but i player name changed to Guess Random Number ! i want after Login Guess and before login Set name to Username
  4. 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
  5. addEventHandler('onPlayerJoin', root, function () setPedStat(thePlayer, stat, 1000) end) What is problem ?
  6. just this setPedStat(thePlayer, stat, 1000) ?
  7. Event handler : onPlayerJoin ?
  8. Hi guys . How do you set player all weapons skill to 1000 ?
  9. I want Timer for show chat box . and use command /ad in pickup.
  10. For this code use acl on group ? if not ( isPlayerOnGroup ( thePlayer ) ) then return false end
  11. 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 )
  12. 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
  13. No ! i want for found message send to admin acl ! [ADM-Warn]: xXGhostXx : google.com For test
  14. I did not get Can you make for me ?
  15. 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 ...
  16. i want function for jump player
  17. Hi guys. Please give me a function for slap players . thanks
  18. 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.
  19. local nameadmin = getPlayerName( thePlayer ) Please answer me
  20. Not work Debug error: server.lua:3: unexpected symbol near '
×
×
  • Create New...