PaiN^
Members-
Posts
2,258 -
Joined
-
Last visited
Everything posted by PaiN^
-
Uninstall your GTA and MTA and download them again .. (GTA should be from another place ..! )
-
Looks like you have a modified GTA version which includes something causing that ..! Uninstall it, And download a default GTA version and Install it ..
-
Yes, Download resources from here and download car modes from here and then make resources from car modes using this program .. Enjoy ^^..!
-
Use : attachElements createObject + See the wiki pages, Helps a lot wiki Scripting_Introduction
-
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)
-
Maybe you can get the camera matrix of the vehicle and then set it to yours ..
-
ههههههههههههههههههههههههههههههههههههههههههههههه ي ويلي ويلاه ي محترف برمجه
-
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 ^^
-
I think it's because line 1 and line 4 got similar locals .. Try changing one of them ( Not sure ..! )
-
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 !!!
-
Both add and del functions are working perfectly with me .. I don't see were the bug is
-
Zmodeler and TXDworkshop are programs that makes .dff and .txd files
-
تم تعريب ام تي اي من قبلي اهداء لكل الاعضاء مع شرح التركيب
PaiN^ replied to HITLER_AL3NAZI's topic in المساهمات
^^ تشكر على المجهود يا بطل -
Thank you ^^
-
Hmm ... I saw this window before in a server, Not sure what it was ... But nicely done bro
-
.. الشكر لك يالغالي مشكوور + هي غالباً تكون مفعلة, إلا إذا عدلتها بنفسك
-
Press the download phrase .. You'll find screen shots there ( In the community )
-
Try this one : viewtopic.php?f=119&t=49333
-
ما في اهطاء ضفته لقروب ادمن استبدل السيرفر الي عندك بـــهذه 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 ) وش إللي ضفته على كودي ؟
-
؟ debugscript 3 أخطاء في + ضفته لقروب آدمن ؟
