07.09.2009, 20:59
I'm wanting to make a command with 3 parameters using dcmd
Its for a team script im making. /team has many options. one of the options has 2 params, one integer and one string.
The example below is one of the optinos i want to be able to use when i use /team
Hopefully someone experienced will be able to understand what im trying to do.
Thanks
Its for a team script im making. /team has many options. one of the options has 2 params, one integer and one string.
The example below is one of the optinos i want to be able to use when i use /team
pawn Код:
else if(strcmp(params, "setname", true, 7))
{
new teamid = strval(params[8]);
// now from here how would i add another param which will be used as a string to set the team name?
Thanks
