Jump to content

AhmadQTR

Members
  • Posts

    451
  • Joined

  • Last visited

Everything posted by AhmadQTR

  1. is blip color bleu And you want it which color?
  2. شفت القاموس و ما لقيت كلمة لاج ليكون مسحتها و انا مادري ض1 المهم موفقين ان شاء الله لاج + لاق = lag ض1 ادري
  3. guiCreateFont
  4. شفت القاموس و ما لقيت كلمة لاج ليكون مسحتها و انا مادري ض1 المهم موفقين ان شاء الله
  5. Good Luck! Can you take some screenshots?
  6. viewtopic.php?f=91&t=31891#p340283
  7. Maybe 50?
  8. AhmadQTR

    [HELP] Debug

    will try this one * News_Box.lua local messagesList = { [1] = "#FFFF00You are playing in X-Proffessionals", [2] = "Press #FF0000F9 #FFFFFFfor help!", [3] = "Server Owner: Se[X]^^", [4] = "Have Fun!", } local currentMessage = 0 -- ******************** -- * Event handlers * -- ******************** addEventHandler ( "onClientRender", root, function ( ) local screenWidth, screenHeight = guiGetScreenSize( ) dxDrawRectangle(screenWidth - 204, 4, 200, 20, tocolor(0, 0, 0, 192), false) dxDrawText( messagesList[ currentMessage + 1 ], screenWidth - 202, 6, screenWidth - 6, 16, tocolor( 250, 255, 255, 255 ), 1, dxCreateFont( 'font_sr.ttf', 18 ), 'center', 'top', false, false, true, true ) end ) function updateMessage( ) if ( currentMessage == 4 ) then currentMessage = 0 else currentMessage = currentMessage + 1 end end setTimer( updateMessage, 5000, 0 ) * meta.xml "#Se[X]" name="NewsScript" version="2.0" description="NewsScript" type="script"/> And make sure the font are there. Not working, everything works(font and stuff also), only that errors come. Then avoid it -.-
  9. Then make a table with the team names.
  10. AhmadQTR

    [HELP] Debug

    Do you created a table?
  11. Maybe if ( getTeamName ( getPlayerTeam ( source ) ) == "Army" or "MP" ) then
  12. setTimer setElementHealth
  13. AhmadQTR

    [HELP] Debug

    Where do i add? -- Draw all strings. dxDrawText(messagesList[currentMessage + 1], screenWidth - 202, 6, screenWidth - 6, 16, tocolor(250, 50, 0, 255), 1, "font1", "center", "top", false, false, true) end ) Read the arguments.
  14. ^ Where is the resource line? Click on Add Object Then type resource.resourcestarter
  15. AhmadQTR

    [HELP] Debug

    At the second you should add string " ".
  16. Can you provide more screenshots or a video?
  17. How about making, I'm a Beginner Scripter
  18. It's not from the host i think. You need to stop the server then add yourself in ACL.
  19. Huh?
  20. Maybe you failed at copying see the first line -.- ocal
  21. كوبي بست مدري من وين جايبه شوف أسم الأوبجيكت يا عزيزي عندك end وشوف كم ناسخه من هنا viewtopic.php?f=145&t=40689&start=15#p413126
  22. Add Comment / كلم اللي مسوي السكربت اكتب رد بالسكربت بالكومنتي عن المشكلة او ucp.php?i=pm&mode=compose&u=124
  23. AhmadQTR

    Help ...

    Read the rules. viewtopic.php?f=91&t=15740
  24. +1 You should make it easier for beginners who dosen't know how to setup mysql.
×
×
  • Create New...