Jump to content

kevin11

Members
  • Posts

    328
  • Joined

  • Last visited

Everything posted by kevin11

  1. kevin11

    moving object

    well ur coordinates are the same? change moveobject coordinates to what direction you want it to go example x, y, 0 x, y ,-5 (now it goes into the ground) my answer might not be correct but take a look at youre coordinates, youre problem is there
  2. nice works (password changing) alot of my guests or admins were bugging me about how to change youre pass well this will help them alot
  3. dont blame him mr RELEASE TODAY and after 5 days u delete the line... we know ur good in scripting (i tried ur anticheat, i download sobeit and went into zombie mod and i got killed instantly, so youre good scripter, but u dont give him a chance with ur negative reply)
  4. kevin11

    account.xml

    i tried some things but still doesnt really work:( anyone knows how? dont laugh but im bad in this here is what i did function onPlayerQuit ( ) local playeraccount = getPlayerAccount ( source ) if ( playeraccount ) then local nametagColor = getPlayerNametagColor ( source ) setAccountData ( playeraccount, "nameColor", nametagColor ) end end function onPlayerLogin ( ) local playeraccount = getPlayerAccount ( source ) if ( playeraccount ) then local nametagColor = getAccountData ( playeraccount, "nameColor" ) if ( nametagColor ) then setPlayerNametagColor ( thePlayer, r, g, b ) end end end function onPlayerSpawn ( ) local playeraccount = getPlayerAccount ( source ) if ( playeraccount ) then local nametagColor = getAccountData ( playeraccount, "nameColor" ) if ( nametagColor ) then setPlayerNametagColor ( thePlayer, r, g, b ) end end end addEventHandler ( "onPlayerQuit", getRootElement ( ), onPlayerQuit ) addEventHandler ( "onPlayerLogin", getRootElement ( ), onPlayerLogin ) addEventHandler ( "onPlayerSpawn", getRootElement ( ), onPlayerSpawn )
  5. kevin11

    moving object

    in 2-8-13 try do this x,y,z (comma's) not x y z (here no comma's) THIS ONE SHOULD WORK (didnt test) function resource_starts () object1 = createObject ( 4729, 463.294220, -1991.257324, 6.617176 ) move1_1 () end addEventHandler ( "onResourceStart", getResourceRootElement(), resource_starts ) function move1_1 () moveObject ( object1, 5000, 463.294220, -1991.257324, 10.267131 ) setTimer ( move1_2, 10000, 1 ) end function move1_2 () moveObject ( object1, 5000, 463.294220, -1991.257324, 6.617176 ) setTimer ( move1_1, 10000, 1 ) end
  6. its really good script a friend helped me with installing (solidsnake)
  7. kut aap mn hond is dood ahah goeie naam try this function replaceTXD() txd = engineLoadTXD ( "billbrd01_lan2.txd" ) engineImportTXD(txd, 4729) end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replaceTXD)
  8. kevin11

    account.xml

    hey a friend made a color script for youre name, how can i save it into account.xml? with setaccountdata blabla function nameTagColor2 ( redT,greenT,blueT, r, g, b ) setPlayerNametagColor ( source, redT,greenT,blueT ) end addEvent( "nameTag", true ) addEventHandler ( "nameTag", getRootElement(), nameTagColor2)
  9. a better tut would be fine cuz i know 5 people who tried and failed get it to WORK
  10. kevin11

    moveObject

    well i hope i helped
  11. kevin11

    moveObject

    look at line 8-13 they are wrong line 13 should be at the pos were the object moves to and object in line 2 is a diferent one then in 8-13
  12. kevin11

    coordinates

    how do i get coordinates of a gate thats already inside the map?? (standard) i think it has to do with scripting so i post this here
  13. kevin11

    setWaterColor

    yes its possible
  14. look im private messages?? i sended u one 3-4 days ago
  15. and me (im hopeless in learning lua, means i screw every lua i ever made so hard that i ask alot)
  16. maybe its the maps.xml?? show it
  17. it was broken... i replaced it and works perfect ty
×
×
  • Create New...