Posts: 266
Threads: 52
Joined: Aug 2013
Reputation:
0
I want some commands so only Admins can use it. Like.
/nominate <playerid> <level> (to make other player admin)
/freeze
/unfreeze
/freezeall
/unfreezeall
/goto
/getp <playerid> (to teleport someone to you)
P.S: I've register and login system already and also Admin System, Just I need it to help me with that commands.
Thanks!
Posts: 1,351
Threads: 35
Joined: Sep 2011
Reputation:
0
Why not do it yourself? Search on ****** how to create them, as in tutorials, and then use trial and error. Look at other scripts that have been released and see how they have done it.
You'll NEVER learn if we are doing everything for you, you've made 69 posts up to now, and I bet at least 90% of those are all in the scripting help topics where you want some help with your script.
As I said, make it yourself, or else you will never learn how to script. That's what I learnt. Whenever I was struggling to make a command when I was new to scripting, I'd go into other GM's and see how they did it, and try to manipulate that and make my own version of the command, and throughout that, I learnt how to use the functions, callbacks etc. correctly and now I am good enough at scripting to not even have to look through any other GM and just start from scratch.
Posts: 496
Threads: 63
Joined: Jan 2010
Reputation:
0
The reason why you get too many errors is because the variables in those cmds don't match yours.... You have to make the variables in the other commands you find on here to match your variables. That's all.
Posts: 1,351
Threads: 35
Joined: Sep 2011
Reputation:
0
Well then I don't think you should be creating a script from scratch, use an existing script, change some stuff around, edit the existing script and see how it goes. Add / remove commands to the existing script and it will get you to practice.
PS: It's almost impossible for us to help you if you don't provide your command processor and the variables that you generally use for admins, players, other users etc..
Posts: 496
Threads: 63
Joined: Jan 2010
Reputation:
0
You didn't exactly read my comment.