/kick command won't work.
#4

Quote:
Originally Posted by Jstylezzz
Посмотреть сообщение
Let's start by removing the ';' at the end of
pawn Код:
CMD:kick(playerid, params[]);
Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
pawn Код:
CMD:kick(playerid, params[]);
Change to:
pawn Код:
CMD:kick(playerid, params[])
reason is declared as global variable. Just change to:
pawn Код:
new
    reason_[ 50 ],
    string_[ 128 ]
;
PS: Don't forget to replace them in the command too.
Thanks guys, fixed it.
Reply


Messages In This Thread
/kick command won't work. - by CesarLT - 23.09.2013, 16:45
Re: /kick command won't work. - by Jstylezzz - 23.09.2013, 16:50
Re: /kick command won't work. - by Konstantinos - 23.09.2013, 16:51
Re: /kick command won't work. - by CesarLT - 23.09.2013, 17:06

Forum Jump:


Users browsing this thread: 4 Guest(s)