10.10.2015, 17:55
I want to have a simple command using ZCMD.
Command name:
/changemission
ZCMD:
CMD:changemission(playerid, params[])
{
here the code so hope you got it for me
}
So what it have to do is that if I say /changemission that it will send a RconCommand changemode like this:
SendRconCommand("changemode <input>"); so it will replace the <input> with your input. ( whatever you type in the chat.
So if I say for example: /changemission Deathmatch , that the command will be: SendRconCommand("changemode Deathmatch");
Hope you can help me!
Command name:
/changemission
ZCMD:
CMD:changemission(playerid, params[])
{
here the code so hope you got it for me
}
So what it have to do is that if I say /changemission that it will send a RconCommand changemode like this:
SendRconCommand("changemode <input>"); so it will replace the <input> with your input. ( whatever you type in the chat.
So if I say for example: /changemission Deathmatch , that the command will be: SendRconCommand("changemode Deathmatch");
Hope you can help me!