Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. Give Me Functions That Should I Use It Lol! i Ask SolidSnake And Say It's Impossible!
  2. هات الوظائف لاني حاولت بـ : getPlayerWeapon getPlayerSerial setElementAlpha -- !! وماضبط ذذ
  3. ماتقدر تخفية # !! حاولت اسوية كثير ماضبط سألت ناس قالو مايمديك ذذ #
  4. No + بعض الكلام ما فهمته + انا اسويه بدون ويكي اكرهه كله الوان يجيب المرض بس اوقات اقراه اللي ابي اوصلةةة انة الكلنت مافية ارقمنت الاعب مثل ماتقول وبسس #
  5. http://store2.up-00.com/Nov12/ixr92030.png
  6. @ Dawi Did you read the wiki? Client bool outputChatBox ( string text [, int r=231, int g=217, int b=176, bool colorCoded=false ] ) Required Arguments text: The text string that you wish to send to the chat window. If more than 128 characters it will not be showed in chat. Optional Arguments NOTE: When using optional arguments, you must supply all arguments before the one you wish to use. For more information on optional arguments, see Optional Arguments. r: The amount of red in the color of the text. Default value is 231. g: The amount of green in the color of the text. Default value is 217. b: The amount of blue in the color of the text. Default value is 176. colorCoded: A boolean value determining whether or not '#RRGGBB' tags should be used.
  7. function toggleVehicleLocked(thePlayer) playervehicle = getPlayerOccupiedVehicle(thePlayer); if (playervehicle) then if (isVehicleLocked(playervehicle)) then setVehicleLocked(playervehicle,false); exports.hud_messages:showBox(Vehicle unlocked.,thePlayer, 0, 255, 0, 200) else setVehicleLocked(playervehicle,true); exports.hud_messages:showBox(Vehicle locked.,thePlayer, 255, 0, 0, 200) end end end
  8. local vatoMarker = createMarker ( 393.60001, -2059.69995, 9.736, "cylinder", 1, 255, 255, 0, 18 ) addEventHandler ( "onMarkerHit", vatoMarker, function ( hitElement ) if (getElementType(hitElement) == "player") then outputChatBox ( "testest.", hitElement, 255, 215, 0, true ) end end )
  9. If you want you can change the command to "!DD" changing the line 3. And for give admin rights add it to ACL.xml as resource. Yes,I Know But He Want The Script When Player Type "DD" In Main Chat .
  10. Use local so should to be > local marker . And then should work.
  11. No Problem Am Waiting ( = Take You're Time .
  12. Try this : local zone = createColSphere( 1588.1999511719, -1638.5, 15.10000038147, 15.0 ) function shapeHit(hitPlayer, matchingDimension) if getElementType(hitPlayer) == "player" then local v = getPedOccupiedVehicle(hitPlayer) if (v) then removePedFromVehicle ( hitPlayer ) setElementPosition ( v, 1569, -1690, 6 ) warpPedIntoVehicle ( hitPlayer, v ) else setElementPosition( hitPlayer, 1569, -1690, 6 ) end end end addEventHandler( 'onColShapeHit', zone, shapeHit )
  13. addEventHandler('onPlayerChat',root, function ( msg ) if ( msg == "DD" ) then redirectPlayer (source,"192.168.1.1",22003) outputChatBox ("*#000000 [ #FF0000"..getPlayerName(source) .." #000000]#FFFF00 Has been redirect to DD server #ff0000!!",getRootElement(), 255, 0, 0, true ) end end ) Server Side Script And Should Give The Script Admin Right's! How To Use? Type In The Chat Box "DD" !
  14. جرب وحنا نسويها لك مثلا؟
  15. iPrestege

    HELP

    You're Welcome .
  16. بالتوفيق والف سلامةةة [ ;
  17. شننب والله كبيير مشكؤور العفو , ماسوينا الا الواجب ذذ #
×
×
  • Create New...