
Irish
Members-
Posts
51 -
Joined
-
Last visited
Everything posted by Irish
-
50 (Iss game ko 5 minutes taak finish karo :dd)
-
I don't guess this would be a big deal because you've used the same procedure at the next part. Anyways, thank you for your opinion. I never learned anything unless I performed it. So I must step forward and do it in-order to discover the solutions to problems. EDIT: I guess there is no purpose for hosting a server in MTA:SA, but still I will think about it.
-
Main ALTER TABLE use karunga for updating the existing column. Aur 1 minute main 1000 entries = 1000 tables obviously. Is tarha ke heavy database ke liye heavy system bhi hona zaroori hai.
-
Jitne ziada database banao gay utni hi ziyda performance kharab hogi. So you should make one file of a database, and store all the values or strings in it. Then in other resource, if you want to update the entries you must have to use the export functions to update the values, strings, and also get in contact of the database you've created.
-
Post edited by MHS for some reason
-
Removed post - MHS
-
Hmm...yar main to soch raha hun ke OVH se VPS kharid lun next month, aur aik domain bhi server ke liye.
-
Look at the bold/underlined quote. Agar aap ko GUI create karni aati hai to phir aap nay aaisay kiyun kaha? EDIT: Keep practicing, you'll discover new things and you'll know how to sort out problems that you face, and as I already said, you're welcome to post your problem here!
-
Well, MySQL aik database hai, aur GUI (Graphical User Interface) aik User Interface hai. For instance, aap ne login system bana hai jis main aap ko aik panel ya window bana hai jis ke zariye client login kare, us login panel/window ko GUI kaha jata hai. GUIEditor = { label = {}, window = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(470, 179, 443, 440, "GUI Example", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.label[1] = guiCreateLabel(108, 149, 353, 56, "iss window ko GUI Kaha jata hai", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") end ) iss code ko notepad per save karain aur local server main jaa kar start karain. Aap ko pata chal jaye ga. Aur jahan baat rahi MySQL ki, main personally MySQL prefer nahi karta (For those who are new in scripting). MySQL thora sa complicated hoga new scripters ke liye, so that's why. Main aap ko recommend karta hun ke aap SQL seekho rathar than MySQL.
-
Hello Motorola, As I can see you have learned the basics of MTA:SA scripting. For enhancing your scripting skills you must have to go step by step. You can even pickup the tasks that Ryan has mentioned. SQL plays a big role in MTA:SA scripting, and it's useful also for various stuffs. You'll discover many new things if you do start learning SQL. Always remember you shouldn't be frustrated if you are facing a problem and you can't fix it yourself. You're always welcome to post your problem (That you face) here while creating a script, as Ryan has already said. GUI is an important feature used in MTA:SA, so if you didn't learn it by now then follow these steps: Learn how to create simple login GUI in MTA:SA - You can either use this tutorial to learn scripting or edit scripts that are in MTA:SA community. GUI functions Download GUI editor for creating GUI for your script Everybody has their ways/procedures to learn. If you practice more you'll be able to learn MTA:SA scripting quickly. Don't think how impossible it is. You'll have to start from a path to get succeed.
-
Main to iss board ko rozana visit karta hun lekin koi bhi member active nahi hota. No problem. Next time se main sab se pehley reply karunga. So this way members will reply to my post.
-
Looks great. Good job!
-
Hello guys, what's going on?
-
Name: MHS City: Rawalpindi Speciality: These are stated already. Server(s): N/A People I know their locations are: Motorolla: City: Lahore||Server: NGC Evil#: City: Lahore||Server: NGC
-
Sure. I'll tell you information of people I know (City/Server). By the way how did you know I play "NGC" server? I left that server about 28 days ago and I no longer play in that server.
-
Mujhy pata nahi tha ke MTA:SA forum main Pakistani/Urdu board hoga, otherwise main bohot pehle se active hota. Generally I'm active in MTA:SA forum, as now I know there exists a Urdu board in MTA:SA forum so I'll be active in this board as well. Assalam o Alaikum, Ryan and to other fellow member of this board.
-
Use your common sense. This resource could be an example for people who want to add an email verification for their login system, or people who are actually in search of this resource. There are many apparent reasons for using this resource but I do not intent to explain them for you. Maybe this resource does not make a point for you but there are many people who got a point. Your post is completely useless and frustrating for someone who shared his resource to public. Even though there exists a similar resource already, but Ryan's resource shows a apparent difference in both resources. For this reason, I really appericiate Ryan's hard work and his talent. Thank you Ryan for sharing your resource with us!
-
1)Your In game name: MHS 2)MTA name: MHS 3)Can you script? and like to help MTA fellows? Yes, I can script. As for second question, absolutely yes. 4) you are mapper? and like to help MTA fellows? Yes. Yes. 5)MTA forums profile link: Please do a click on my profile and copy the link. Reason for not being able to do myself is, I'm right now using my phone to fill this format.
-
function disableTag () for i, player in ipairs(getElementsByType("player")) do if isPlayerNametagShowing(player) == true then setPlayerNametagShowing (player, false) outputChatBox ("Players name tag disabled!", player) elseif isPlayerNametagShowing(player) == false then setPlayerNametagShowing(player, true) outputChatBox ("Players name tag enabled!", player) end end end addCommandHandler ("ok", disableTag) This might work properly for disabling player name tag. I haven't tested it though.
-
Sold. Requesting lock please.
-
Sorry, I misunderstood your question. And no, the +5 rep drawing doesn't get stacked on each other when you kill few cops at same time.
-
Yes, if the player(criminal) kills few cops at same time, player gets +5 rep for killing each cop.