Jump to content

kevin11

Members
  • Posts

    328
  • Joined

  • Last visited

Everything posted by kevin11

  1. its something between us (not offensive)
  2. hey all (again) i made a stealth mode with some awesome maps, i got an question all stealth servers i join has auto votemap every 5-10 games, how do i activate or if its not standard can someone help me? i know its stupid question but i just cant find sulution (votemap doesnt work either, and its added in acl, admin)
  3. ja maarten zou je willen btw zie mij maar niet als koekje mpr owns (als je m wilt had je maar samen meoten doen wij hebben cash save maarja je wou niet eens samendoen (isnt that from wiki, its example not for race )
  4. kevin11

    stealth help

    hey, i cant use votemap in stealth and i added it to acl admin but it just doesnt work
  5. tyvm for youre help, this help is exactly what i wanted
  6. lol what are you talkin about 1:it works but not with zombie's so maybe someone can help me with it?? 2:the green marker on radar , idk how to resize thats all
  7. oh and also it doesnt work with zombie's, only players how to change
  8. when i use this i get a green square on my radar but how can i change the size of it x, y, size = 228.22802734375, 295.55911254883, 120 local greenzone = createColRectangle ( 228.22802734375, 295.55911254883, 284, 312.22 ) local greenzonemaparea = createRadarArea (228.22802734375, 295.55911254883, 284, 312.22, 0, 255, 0, 120) function greenzoneEnter ( thePlayer, matchingDimension ) if getElementType( thePlayer ) ~= "player" then return end outputChatBox ( "* You Entered The Greenzone!", thePlayer, 50, 252, 3 ) toggleControl ( thePlayer, "fire", false ) toggleControl ( thePlayer, "next_weapon", false ) toggleControl ( thePlayer, "previous_weapon", false ) setPedWeaponSlot ( thePlayer, 0 ) toggleControl ( thePlayer, "aim_weapon", false ) toggleControl ( thePlayer, "vehicle_fire", false ) toggleControl ( thePlayer, "vehicle_secondary_fire", false ) end addEventHandler ( "onColShapeHit", greenzone, greenzoneEnter ) function greenzoneExit ( thePlayer, matchingDimension ) if getElementType( thePlayer ) ~= "player" then return end outputChatBox ( "* You Left The Greenzone!", thePlayer, 50, 252, 3 ) toggleControl ( thePlayer, "fire", true ) toggleControl ( thePlayer, "next_weapon", true ) toggleControl ( thePlayer, "previous_weapon", true ) toggleControl ( thePlayer, "aim_weapon", true ) toggleControl ( thePlayer, "vehicle_fire", true ) toggleControl ( thePlayer, "vehicle_secondary_fire", true ) end addEventHandler ( "onColShapeLeave", greenzone, greenzoneExit )
  9. this is problem in debugscript 3 :afktimer.lua:40 attempt to call global 'getlocalplayer' this is the code i have function funcInput ( key, keyState ) afkTime =60000*15 if ( keyState == "up" ) then setTimer(afkgo,afkTime,1) end if ( keyState == "down" ) then afktimer = getTimers ( afkTime) for timerKey, timerafk in ipairs(afktimer) do killTimer ( timerafk ) end end end function afkgo() afkTime =60000*15 afktimer = getTimers ( afkTime) for timerKey, timerafk in ipairs(afktimer) do killTimer ( timerafk ) end outputChatBox ( "afk" ) end function bindTheKeys () outputChatBox("jupp") bindKey ( "forwards", "down", funcInput ) bindKey ( "forwards", "up", funcInput ) bindKey ( "backwards ", "down", funcInput ) bindKey ( "backwards ", "up", funcInput ) bindKey ( "left", "down", funcInput ) bindKey ( "left", "up", funcInput ) bindKey ( "right", "down", funcInput ) bindKey ( "right", "up", funcInput ) end addEventHandler("onClientPlayerSpawn",getLocalPlayer(),bindTheKeys)
  10. scripting, dont judge everyone for 1 person
  11. i ment this is from my topic.... btw isnt this topic 10000000000 that contains /roll problems?
  12. nich not true taalasmaa is good
  13. this is really good (ive seen none better) its not the same as the rest, some gives errors but this one is just perfect for me:D
  14. varez please dont jugde people, i got cash save and blabla
  15. addEventHandler( "onZombieWasted", getRootElement(), function( killer ) givePlayerMoney( killer, 100 ); end ) this isnt working can someone help me
  16. ok... yes i tried no i didnt succeed yes i want someone to do it for me
  17. kevin11

    name color

    ok uhm... i try to explain i want someone to change their name with color that only displays in my server like they change it and it only displays in my server (it saves on their acc)
  18. no no i want a script that gives you points? its not about the money:D
  19. kevin11

    name color

    robhol that is exactly what i mean , i want people to have that nick only in my server example i do my name /ncolor #00FFFFkevin11 and in my server my name is that and in others kevin11
×
×
  • Create New...