Gamesnert
MTA Contributors-
Posts
2,035 -
Joined
-
Last visited
Everything posted by Gamesnert
-
callRemote right? But that function was why I thought it'd be too hard... Let's hope it here in DP4 or something.
-
Bikes are bugged... So it would be weird if you wouldn't see it after a while... DP3 will fix it! (I hope... )
-
You create table objectid in the "map" file. But then you're trying to index a nil value! You act like is a table, but it's a nil. Since it's not specified as a table anywhere!What IS a table in the map file: since you are specifying some numbers. (2500)You'll need to figure another way or have something else that helps I guess... =/
-
For as far as I know, the client-files only work with Windows. There was an article about some other Mac OS quite a while back, but I don't know what happened to that... =/
-
Is that statement official? ( You know someone was gonna ask, ) It sounds like it's too hard to make... But well, we'll see if it'll come.
-
Just for the ones not knowing what "reclame" means, it means advertisement. But you can easily make it in paint... You can draw it or use the build-in text thing. Or you can use some more professional tools, but I'm not an expert in that... =/
-
It tells it clearly... =/ <ACL> ... <group name="Admin"> <acl name="Admin"/> ... <object name="user.BennyLava" /> </group> ... </ACL> So in the admin group, you add: <object name="user.Toppexxx" />
-
http://development.mtasa.com/index.php? ... nistrators
-
For as far as I know you can't disable other player's healthbars. You can do it with Nametags! (that's a hint, look for it in the pages Robhol gave )
-
It seems like it can't read it or something... So there must be something wrong with the saving I guess... =/
-
Lol, looks kind of weird... >.< Anyway, it looks like client-side and server-side mixed anyway... I mean: showChat and the build of the bindKey look client-side, while it has a server-side event handler... Try instead of: addEventHandler("onPlayerJoin", getRootElement(), chat) This... addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), chat) --Makes sure it only triggers at the start of only this resource And ofcourse the thing Simbad said, I don't understand what the "toggle chat" is doing there anyway... >.<
-
1. Repost your post in English. 2. Never swing around with your private e-mail/msn address... 3. I already said: I'm working for another server already... -.-
-
Well good luck then! Try it, and see all players leave or time out due to too much lag.
-
Well I'm Dutch, but I work for another server... Anyway, I don't know, but aren't there already a lot of freeroam servers? Wouldn't it be much more fun to invent something of your own? Like my BFSA, I personally haven't seen it on MTA yet, and people seem to love it. The only problem is that you need to have a lot of players playing for it to get fun, but when you play it, it rocks. So making your own gamemodes might give your server some more popularity. If it's good, ofcourse.
-
oh yeah the betas gave many people so much fps it was so amazing, you were just lucky at time a had 9 FPS and i wasnt alone I've been there too, and had slight improvements. (almost unnoticeable) So dunno what was going on out there... =/
-
Hmmm... Try again? And I don't know what method you used, but I copied a part of a map file of mine and translating it to IPL worked fine. (used copy+paste)
-
The creator had set some coordinates to place the pic at. These were absolute, not relative. Meaning that if you have a different resolution, it'll be in a different position. EDIT: Why didn't the forums show a message before me...
-
I guess this might help... http://mtavc.com/forum/viewtopic.php?t=15525 EDIT: This might also help: viewtopic.php?f=94&t=21794 ((1st post is old, inside are a lot more options))
-
That was when a client-side element was sent to the server or... Something... It's not a critical error, only a bit annoying sometimes. Anyway it seems to happen in CDM, right? Try another gamemode?
-
((I'm getting sick of seeing a lot of topics bout this...)) Please use search... I often like to help, but not if the question has been answered dozens of times already... -.-
-
Some basic commands: help - Shows a list with quite a few functions. start [resource] - Starts a resource. Usually used for optional resources. gamemode [gamemode] [map] - Starts a gamemode with the assigned map. stop [resource] - Used to stop resources. Used for all resources that need to be stopped. refresh - If you've changed something in your resources folder, use this to load the changes. restart [resource] - Restarts a resource. (applies changes made in the resource in the resources folder too, like refresh) I don't know if you read it, but some more info is here: http://development.mtasa.com/index.php? ... ver_Manual Good luck with your server.
-
loadstring(buffer)() --load lua to string What's the () doing behind (buffer)? =/ (I have it too in my offedit resource, but just wondering) Anything else than that isn't really something I can't see... There must be something wrong over there though I guess... =/
-
You're having problems with it. Ok let's see... 1. Adding addEvent in client-side might help? 2. triggerClientEvent("ShowLoginGUIEvent",source) Should be: triggerClientEvent(source,"ShowLoginGUIEvent",source) 3. Source isn't specified in function SubmitLoginHandler. Are you using it while doing triggerServerEvent?
-
On what server do you keep getting them? In my experience, you should reboot that PC to solve the problem. But I only had it on my server so far, so I don't know... It's kind of weird though that nothing is posted about this in either the forum or the wiki. It needs some attention since it can ruin gameplay experience A LOT... So well, give us some more info!
-
Can't get coreconfig.xml (HTTP 404 not found)
Gamesnert replied to Master73's topic in DM Client-side
There are a few config files posted on these forums. Try searching.
