Jump to content

franku

Members
  • Posts

    133
  • Joined

  • Last visited

Everything posted by franku

  1. franku

    Rocket help

    how i make the rocket fast?
  2. franku

    Rocket help

    but how can i make rpcket faster and split in three etcc
  3. كيف ممكن اعمل شيء مثل الي بالفيديو؟ والسلام عليكم
  4. franku

    Rocket help

    how can i do something like this in the video below?
  5. Whenever i want to join a team, a blackscreen pops up and remains, it sometimes doesn't pop up and everything looks fine!, but my friend just can't join because of the blackscreen. if i joined successfully without blackscreen he won't be able to, vice versa. i use removeEventHandler, code local xz,yz = guiGetScreenSize() function fsdll() local showIt = true if (showIt) then showChat(true) dxDrawImage(0, 0, xz, yz, "background.png") end end addEventHandler( "onClientRender", root, fsdll ) addCommandHandler( "ballas", function () for _, player in ipairs(getElementsByType("player")) do removeEventHandler( "onClientRender", root, fsdll ) end end) addCommandHandler( "grove", function () for _, player in ipairs(getElementsByType("player")) do removeEventHandler( "onClientRender", root, fsdll ) end end) blackscreen
  6. You can just make a table with all vehicle IDs in it and make a command that spawns a specified vehicle, use the function which Xeon gave to you to warp you in the vehicle you spawn.
  7. franku

    Zombie Mode

    Well, examples, examples ... You've to learn Lua basics first to start scripting. You can't live on examples if you hardly want to start code your own scripts.
  8. والله ما انتبهت تزوير معه حق
  9. onClientGUIClick givePlayerMoney guiCreateWindow outputChatBox guiGetText getPlayerCount اعمل لوب عشان توزع لكل اللاعبين
  10. Explain exactly what happens, taking photos of the bug could help a lot understanding you.
  11. May you please translate these words so we can help?
  12. franku

    MTA DD #2

    I had fun while watching your video, well done.
  13. playSound onClientWeaponFire Don't forget to add the sound in the script folder and in meta.
  14. You want to change the original sound of the weapon?
  15. אתה צריך לפתוח את ports במודם שלך אני יעזור לך
  16. חבר'ה, אני מוכן לעזור לכם לתקן שגיאות, באגים, וכו ', אז אנא אל תהססו לשאול אותי כאן, תודה. הבאתי לכם כמה מדריכי Scripting בסיסיים, והנה הם:
  17. franku

    Login Panel v1

    please stop talking here.
  18. franku

    Login Panel v1

    yes i copied that login panel because i am begginer and can't learn exactly what to do. so check your outbox please.
  19. franku

    Login Panel v1

    is this really login panel and i must have mtasa to test it?
  20. franku

    Login Panel v1

    function loginPlayer ( thePlayer, command, username, password ) local account = getAccount ( username, password ) if ( account ~= false ) logIn ( thePlayer, account, password ) outputChatBox ( "Wrong username or password!", thePlayer, 255, 255, 0 ) end end addCommandHandler ( "log-in", loginPlayer ) addEventHandler("onPlayerJoin",root,function() if getAccount(getPlayerName(source)) then outputChatBox("Please Login!",source) else outputChatBox("Please Register!",source) end end) function callAdmin ( playerSource ) sourceAccount = getPlayerAccount ( playerSource ) if isGuestAccount ( sourceAccount ) then outputConsole ( "Please register to use this function!", playerSource ) else end end addCommandHandler ( "call_admin", callAdmin )
×
×
  • Create New...