Search Results
You need to split the string into individual names (splitting it by the _ in this case) and then ensure that only the first letter of each word (var[0]) is uppercase, and you'd do this by checking it ...
171
Quote:
Originally Posted by Kindred
Yea, do what Steven82.
I personally recommend simply making a timer call ever, lets say, 5 seconds, if it only updates a few things.
I wouldn't recomm...
201
Quote:
Originally Posted by Steven82
Just make another callback, and use a timer to call it every x amount of seconds.
Thanks for the response, do you have any suggestions as to how man...
201
Hi, and thanks for taking the time to look at my thread. I'm currently developing my own gamemode (roleplay gamemode, specifically) and it's actually coming along rather well.
My question is, under t...
201
Sorry but, the indentation on your code is quite messy so I'll have to take a while trying to understand how this works.
Edit: It *could* be to do with the fact that after returning the SendClientMes...
148
Quote:
Originally Posted by celticfang
Warning. WALL O TEXT
*snip*
I am disappoint.
Our script is going well so far isn't it? And from most of the things we are implementing, I haven'...
883
Can you not simply make a command using whatever command processor you are using, that sets a variable saying the player is being dragged by whomever, and then set a recurring timer for a DragPlayer f...
435
Are you trying to write to a file or parse it?
327
Quote:
Originally Posted by [L3th4l]
Return 1 under OnPlayerUpdate. ( I think that will solve your issue )
Yeah, heh, I thought so too - in fairness I was doing most of this at 2am - 4...
199