Posts: 53
Threads: 9
Joined: Jun 2013
Reputation:
0
01.03.2015, 19:23
(
Последний раз редактировалось Etolas; 02.03.2015 в 19:43.
)
Hi,
I've two questions please:
- How to make a command "/(", because the script doesn't accept (
- How to make a command to force a player to make another command (Example: /cmd 0 /help ==> Force player 0 to tape /help command)
Thanks
Posts: 470
Threads: 7
Joined: Nov 2013
Reputation:
0
Hi, number 1 is not possible.
You can use "cmd_help(playerid, "");" for forcing a command to be called on a player. Replace the 'help' with your command.
Posts: 53
Threads: 9
Joined: Jun 2013
Reputation:
0
Thanks but I don't see how to personalize the cmd_XXXXX(playerid, "");
I don't know how to remplace the XXXXXX by the string from a command
Posts: 53
Threads: 9
Joined: Jun 2013
Reputation:
0
Abagail
Thanks but:
warning 203: symbol is never used: "playerid"
Haven't you forgotten something in your script ?
Posts: 53
Threads: 9
Joined: Jun 2013
Reputation:
0
Thanks ******
I've downloaded it.
But I don't understand how to give more than a name to a command. For example, /a and /admin for the same utilisation.
Could you give me an example with Command_AddAltNamed please ?
And I've thoses problems too:
[17:58:45] sscanf warning: No default value found.
[17:58:45] sscanf warning: Unknown format specifier '[', skipping.
[17:58:45] sscanf warning: Unknown format specifier '1', skipping.
[17:58:45] sscanf warning: Unknown format specifier '2', skipping.
[17:58:45] sscanf warning: Unknown format specifier '8', skipping.
[17:58:45] sscanf warning: Unknown format specifier ']', skipping.
[17:58:45] sscanf warning: Format specifier does not match parameter count.
[17:58:52] sscanf warning: No default value found.
Do you know how to fix it ?
Thanks !