Gamesnert
MTA Contributors-
Posts
2,035 -
Joined
-
Last visited
Everything posted by Gamesnert
-
I'm not working on any major resources ATM. Only a map editor just to test my skill. ^^ So yes, I can do a small part. I might be able to make a small script allowing someone to buy a phone, getting assigned with a new phonenumber and the call points. I won't do everything though! ^^ SMS, well. If calling works, SMS shouldn't be a much bigger problem. Has some challenges though, but I'll TRY to take them on. Maybe database, but in this case SQL would be better than MySQL, but I have never used SQL... So that's a small chance... =/ Do note that I'm not an expert. And although the scripts I deliver usually work, they don't all work purely efficiently or has some flaws. Don't think I'm a genius!
-
Full paths would mean: outputChatBox ( "At400 replaced" ) function replaceModel() txd = engineLoadTXD ( "data/at400.txd" ) engineImportTXD ( txd, 577 ) dff = engineLoadDFF ( "data/at400.dff", 577 ) engineReplaceModel ( dff, 577 ) end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), function() replaceModel() setTimer (replaceModel, 1000, 1) end ) Right?
-
Venturas Nights Roleplay looking for experienced scripters
Gamesnert replied to SpZ's topic in General discussion
Hmmm... Was quite a difference in time... Anyway, thanks for the heads-up. -
Only problem I noticed so far was that every attempt of mine with connecting to an external MySQL database crashed the server application... =/ Because normally, I let MySQL connect to "localhost", but connecting to "xxx.xxx.xxx.xxx" failed. (Well, it was an IP or site... Can't remember... =/) So is there something special everyone needs to keep in mind when connecting externally?
-
So in that case, you'll need setElementData to do it, right?
-
Hmmm... Might need some more work. Finally got to play on it and I really didn't have the feeling it was finished... lol But really might need some more work. I haven't found any houses or businesses, and it was empty. No vehicles except for some places... =/
-
And I thought I had slow internet with my ±300 kb/s download...
-
Ehm... There is another topic about it ABOVE THIS ONE... You even replied in that one... What's the point of a new one... -.-
-
You might have used it in a way of which MTA thought it was a variable? Like you need to do (arguments) behind it. =/ It should work fine, since there are enough resources containing this...
-
MySQL might work for it, but dunno how... =/ Also you have a few resources, perhaps you can make something out of it. However, your best bet would be MySQL I think...
-
Yes, but I know some people who click LMB as soon as they pressed RMB... =/ EDIT: Besides, if a player has 1HP, and another shoots on him, he would probably be under the limit... =/
-
What do you mean? ^^ Yea, thats funny i know ^^ its just a placeholder (the ringtone) to show that the buttons launches functions I think we need more scripters, for example the SQL or XML stuff (i prefer SQL, because you can edit it online and so on [or write sms online], or not? ) SQL would be good! I'd recommend SQL or MySQL and making a table for each player, where all of his phone numbers, SMS' etc are stored. But well, I'll script if you need it.
-
marker = createMarker ( -1090.3737792969, 402.10968017578, 14.5, "checkpoint", 20, 0, 255, 0, 255 ) visibleTo = getRootElement() function MarkerHit ( hitPlayer, matchingDimension ) outputChatBox (getClientName(hitPlayer) .. " won the race!", getRootElement(), 255, 255, 109 ) end addEventHandler("onMarkerHit", getRootElement (), MarkerHit) This? ^^ EDIT: Thanks Ace, this way better? ^^
-
Only a wacky ringtone. Still, good job. EDIT: Lol push the button about 5 times rapidly, that sounds better! ^^
-
Never heard of that one, I guess it's a bug... =/
-
I wait less then 10 minutes. I didn't know it but now i'll try. You have a server right? Which ip did you portforwarded? local ip or that found in whatismyip? If I set 1 in httpdownload i should set also an external url? thanks! I didn't have to portforward - in the start. I do need to do it now for my server to be "online", for some reason, but don't wanna... No, you don't need to set an URL. httpdownload enables downloading of client-side files. Meaning that if it's off, not even a single client-file will work...
-
Game used to work fine, now crashes after splash screen.
Gamesnert replied to a topic in DM Client-side
Hmmm... Your MTA install might be corrupted for some reason... =/ Anyway, also tried some new drivers for video cards etc? They probably won't help, but they won't hurt either! And was this happening only once, or more than once? Also, had MTA crashed before the crash-at-splash? -
More looks like a calculator... Anyway, I don't really see the point of your piece of code to be honest... =/
-
Ok, but not iPhone 3G! According to a lot of reviews here in the Netherlands, it is made of pure fail! D:
-
In the shape of a cell phone would be nice! So something like a picture of a cell phone that kind of serves as window, a small screen and maybe some buttons.
-
Dunno if it'll be big, but it'll be GOOD!
-
Oh by the way, a suggestion! A simcard! So you can buy a card for like $10, and call until you don't have any money left on the simcard. Then you'd have to buy a new card or upgrade your old one. This would benefit RP well!
-
I'm sure more people are having this: Since I had found a post about it in a "locked forum"... =/ Anyway, sometimes when map editing or just creating objects server side with players online doesn't work. They don't show up for some people. They are just plain invisible or don't exist according to some clients. This is really annoying and I hope it's getting fixed soon... =/ Or maybe better: Has anyone found a solution/temp solution for it? I would really like to see it working.
-
This has been done in SAMP, except for GUI. In GUI, it would be AWESOME! The best advantage above SAMPs RP, MTA has so far. And with basic knowledge, it should be really possible! But you would need to have SQL or MySQL for really good storage... And they don't seem to work for everyone... Although XML also is possible now I think of it... getTok and table.concat might be helpful in both cases.
-
It should be. Anyway, haven't seen it yet.. Was a bit busy... I think I'll be coming in about an hour. EDIT: Lol tried to get on today, couldn't connect...
