03.01.2011, 15:27
Okei, so maybe I'm just stupid or is making this command dynamic impossible?
I have the table `adminperks` in MySQL, where I can give a user a certain command. Table looks something like this:
Just a loads of commands, then I'm trying to make a /help command that lists all your available commands. The playerid is player[playerid][uid] btw.
So my question is: How can I do this? Is it even possible?
Would really appreciate some suggestions on this.
I have the table `adminperks` in MySQL, where I can give a user a certain command. Table looks something like this:
Код:
playerid goto gethere flip delcar veh colorcar fixveh nos setskin gmx tp asv respawnallcars vehicle tod
So my question is: How can I do this? Is it even possible?
Would really appreciate some suggestions on this.