Jump to content

Mann56

Members
  • Posts

    306
  • Joined

  • Last visited

Everything posted by Mann56

  1. Superb bro, It would help a lot to neophyte like me
  2. Myself -> Indian member and beginner scripter!
  3. Kya haal chal chain sabke? Itna sannata kyu chain bhai?
  4. He is talking about this. http://www.troubleshooters.com/codecorn/lua/luaif.htm Oh thanks I didn't know that. I know C but new in lua so I used that
  5. It checks if the element which hits col shape is player or vehicle .
  6. Hey guys, I created a gate but it's not movin' Here's my script Server: gate = createObject(985,-1698.5302734375, 1392.7216796875, 7.1786022186279, 0,0,130.67932128906 ) colRect = createColRectangle(-1704.3125,1393.1953125,5,5) addEventHandler("onColShapeHit",colRect, function(thePlayer,matchingDimension) if getElementType(thePlayer) == "Player" || "Vehicle" then outputChatBox("You Entered colshape",getRootElement(),255,255,0) movegate = moveObject(gate , 3000 ,-1704.1123046875, 1398.6796875, 8.4775257110596 ,0,0,130.67932128906) end end) Please Help!!!
  7. Mann56

    Gate Help

    You mean Y rotation?
  8. Mann56

    Gate Help

    Hey guys! I am having a trouble making a proper gate for my server : http://i58.tinypic.com/do3u3b.png As shown in the figure i cant make the gate close both the end of the path. The gate always remains slanted.I tried to change many coords for that but no use.Here my co-ords gate = createObject(985,-1698.271484375, 1394.248046875, 7.1791400909424 , 0 , 0,157.11511230469 ) Please help!
  9. Great work man! The resource is amazing!
  10. Hey guys! I want to set a skin to a player when he hits a button but there is no function as setPlayerSkin in wiki so what should I do?
  11. viewtopic.php?f=91&t=84561 Hope it helps.
  12. Add your resource. Open your console and type : refreshall
  13. I thought that was outdated. Anyways thanks mate
  14. Hey there, From many days I have been learning SQL from w3schools. But I want to use SQL in my server but I have heard that mysql needs a server to operate. I am having trouble with this as I don't know how to set mysql database up. Please help
  15. Well I'm not making a days server but the panel is superb! Well done
  16. Mann56

    gui

    outputChatBox client side does not have visibleTo argument. Ohh sorry edited it.
  17. Mann56

    gui

    if isPedInVehicle(thePlayer) then guiSetVisible(your GUI , true) showCursor(true) else outputChatBox("You must be in a Vehicle",255,0,0) end Add this in your client
×
×
  • Create New...