01.05.2011, 09:43
Actually you have not created the command time but 24 command (As if you do a command /pay [playerid] [money] by creating all the combination between 500 and MAX_MONEY the player can give. Mh well maybe it's not the perfect example as it has 2 params. Let's say same thing about the command /kill [playerid]. Sure it's crazy to create 500 commands for 500 players.)... i suggest to create only 1 command and check the number after the space (You can do it in many ways: strtok, split, sscanf etc)