Jump to content

kevin11

Members
  • Posts

    328
  • Joined

  • Last visited

Everything posted by kevin11

  1. good advice from u (strange)
  2. i basicly got this from wiki and i dont know how to change it so it only outputs admins names it now shows all my acl's function printOnlineAdmins ( thePlayer ) local allAdmins = aclList() if #allAdmins == 0 then return outputChatBox( "No admins online", getRootElement(), 255, 255, 0) else outputChatBox( "Online Admins:", getRootElement(), 255, 255, 0) for key, singleACL in ipairs ( allAdmins ) do local ACLName = aclGetName ( singleACL ) outputChatBox( "- " .. tostring ( ACLName ), getRootElement(), 255, 255, 0) end end end addCommandHandler ( "admins", printOnlineAdmins )
  3. kevin11

    createobject

    omfg srry ur right
  4. kevin11

    createobject

    addEvent("onPlayerDestructionDerbyWin",true) addEventHandler("onPlayerDestructionDerbyWin",getRootElement(), function ( winner ) local veh = getPedOccupiedVehicle(winner) if veh then setVehicleFrozen ( veh, true, not isVehicleFrozen ( veh) ) end end) i changed it a little but no work
  5. no no i added that in destructionderby.lua
  6. He can change it within map manager resource or make a new resource with /new command which will execute /votemap command... It's been said above before me. srry didnt read varez please dont think ur funny or anything i didnt read that part
  7. well i saw a new admin panel ones in community who has that (go search)
  8. kevin11

    [REL] InfoGUI

    ye my helpmanager gave alot errors and this works just as good and way easier
  9. he wants to change the command /votemap from race into /new
  10. i gues reinstalling will be best
  11. kevin11

    what is that >

    maybe u changed something inside acl ?? something that isnt smart to change (wrong section)
  12. kevin11

    createobject

    i try alot before i post here again
  13. BAD argument getoccupiedvehicle at line 4 thats error
  14. kevin11

    createobject

    hahah its to test doesnt work expected to close funtion near end line 11
  15. kevin11

    createobject

    hey i made this and it doesnt give any error:S help? addEvent ("Showdisc", true) function showDisco () local Pnick = getPlayerName( source ) if ( getPlayerMoney (source) >= 0 ) then takePlayerMoney(source, 0) x,y,z = getElementPosition( source ) createObject ( 18102, x, y, z, 0, 0, 0 ) outputChatBox( Pnick.. " started the disco for $500, Have fun", source, 255, 255, 0, true) end addCommandHandler("buy disco",showDisco) end
  16. nice for people in no dm server
  17. its not working and no errors addEvent("onPlayerDestructionDerbyWin",true) addEventHandler("onPlayerDestructionDerbyWin",getRootElement(), function ( winner ) setPedFrozen ( winner, not isPedFrozen ( sourcePlayer ) ) end
  18. kevin11

    Help!!

    lol add 3 more years nub
  19. kevin11

    Help!!

    am im not 11
  20. kevin11

    bets

    well i dont think its any of you're business how i get them
  21. kevin11

    Help!!

    youre fucking retard u know that?? i dont steal
×
×
  • Create New...