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. شفت القاموس و ما لقيت كلمة لاج ليكون مسحتها و انا مادري ض1 المهم موفقين ان شاء الله
  4. viewtopic.php?f=91&t=31891#p340283
  5. 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 -.-
  6. Then make a table with the team names.
  7. AhmadQTR

    [HELP] Debug

    Do you created a table?
  8. Maybe if ( getTeamName ( getPlayerTeam ( source ) ) == "Army" or "MP" ) then
  9. 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.
  10. ^ Where is the resource line? Click on Add Object Then type resource.resourcestarter
  11. AhmadQTR

    [HELP] Debug

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

    Help ...

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