Jump to content

PaiN^

Members
  • Posts

    2,258
  • Joined

  • Last visited

Everything posted by PaiN^

  1. Uninstall your GTA and MTA and download them again .. (GTA should be from another place ..! )
  2. Looks like you have a modified GTA version which includes something causing that ..! Uninstall it, And download a default GTA version and Install it ..
  3. PaiN^

    Plugins/mods?

    Yes, Download resources from here and download car modes from here and then make resources from car modes using this program .. Enjoy ^^..!
  4. PaiN^

    [HELP]Server

    setElementRotation
  5. Use : attachElements createObject + See the wiki pages, Helps a lot wiki Scripting_Introduction
  6. function GUI() theWindow = guiCreateWindow(420, 210, 433, 320, "Jetpack giver By Robbster", false) guiWindowSetSizable(theWindow, false) theButton = guiCreateButton(122, 123, 188, 87, "Give yourself Jetpack", false, theWindow) end addEvent("test",true) addEventHandler("onClientResourceStart",resourceRoot,GUI) addEventHandler("test",resourceRoot,GUI) function openWin() if guiGetVisible(theWindow) then guiSetVisible(theWindow, false) showCursor(false) else guiSetVisible(theWindow, true) showCursor(true) end end bindKey("F9", "down", openWin)
  7. Maybe you can get the camera matrix of the vehicle and then set it to yours ..
  8. ههههههههههههههههههههههههههههههههههههههههههههههه ي ويلي ويلاه ي محترف برمجه
  9. إستخدم "onMarkerHit" و "onMarkerLeave" سيرفر
  10. So ?? It still works without any errors or problems .. So i don't think you should call that a bug + Any way Thanx for the heads up ^^
  11. I think it's because line 1 and line 4 got similar locals .. Try changing one of them ( Not sure ..! )
  12. But i did that !!! addEvent("add", true) addEventHandler("add", root, function (auser, pass) if string.len(auser) > 0 and string.len(pass) > 0 then local check = getAccountName(auser) if check then outputChatBox("#3BB9FF#Account already exist ..!", source, 255, 0, 0, true) else addAccount(auser, pass) outputChatBox("#3BB9FF#Account is created ..!", source, 255, 0, 0, true) outputChatBox("#3BB9FF#Username : #FFFFFF"..auser.."#3BB9FF, #Password : #FFFFFF"..pass, source, 255, 0, 0, true) end else outputChatBox("#3BB9FF#Username was #FF0000not found #3BB9FF..!", source, 255, 0, 0, true) end end ) And the script works perfectly + No errors in debugscript !!!
  13. Both add and del functions are working perfectly with me .. I don't see were the bug is
  14. PaiN^

    Custom Objects

    Zmodeler and TXDworkshop are programs that makes .dff and .txd files
  15. PaiN^

    Road Rage

    That was really cool ...
  16. PaiN^

    _Login Panel

    Hmm ... I saw this window before in a server, Not sure what it was ... But nicely done bro
  17. .. الشكر لك يالغالي مشكوور + هي غالباً تكون مفعلة, إلا إذا عدلتها بنفسك
  18. Press the download phrase .. You'll find screen shots there ( In the community )
  19. PaiN^

    syntax errors

    Try this one : viewtopic.php?f=119&t=49333
  20. ما في اهطاء ضفته لقروب ادمن استبدل السيرفر الي عندك بـــهذه addEvent("login", true) addEventHandler("login", root, function (user, pass) local account = getAccount (user) if account then logIn ( source, account, pass ) outputChatBox ( "You Logged in Sucessfuly With User : #00FF00[ " .. user .. " ]!", source, 255, 255, 0 , true ) setElementModel ( player, 287 ) else outputChatBox ( "Login Error!", player, 255, 255, 0 ) end end ) addEvent("register", true) addEventHandler("register", root, function (user, pass) if string.len(user) > 0 and string.len(pass) > 0 then local account = getAccount(user) if account then outputChatBox ( "Register/Login error!", source, 255, 255, 0 ) else addAccount(user, pass) local check = getPlayerAccount(source) if check then outputChatBox ( "You Registerd and Logged in Sucessfuly - Please Remember Your User/Password!", source, 255, 255, 0 ) outputChatBox ( "Register Details : [ Username ] : #00FF00" .. user .. " #FFFF1A[ Password ] : #00FF00" .. pass .. "", source, 255, 255, 0 , true ) else logIn(source, user, pass) outputChatBox ( "You Registerd and Logged in Sucessfuly!", source, 255, 255, 0 ) end end else outputChatBox ( "Register/Login error!", source, 255, 255, 0 ) end end ) وش إللي ضفته على كودي ؟
  21. ؟ debugscript 3 أخطاء في + ضفته لقروب آدمن ؟
×
×
  • Create New...