error 035: argument type mismatch (argument 2)
#1

I wanted to make a simple command(/cmds)to show some of the commands in my server but I get error.
pawn Код:
CMD:cmds(playerid, params[])
{
    SendClientMessage(playerid,"Commands: /skin, /scar");
    return 1;
}
Error:

E:\Andrew\samp03z_svr_R1_win32\gamemodes\testserve r.pwn(142) : error 035: argument type mismatch (argument 2)
Reply


Messages In This Thread
error 035: argument type mismatch (argument 2) - by NviDa - 20.04.2014, 16:23
Re: error 035: argument type mismatch (argument 2) - by Konstantinos - 20.04.2014, 16:24
Re: error 035: argument type mismatch (argument 2) - by JeaSon - 20.04.2014, 16:27
Re: error 035: argument type mismatch (argument 2) - by NviDa - 20.04.2014, 16:35
Re: error 035: argument type mismatch (argument 2) - by Bingo - 20.04.2014, 16:40
Re: error 035: argument type mismatch (argument 2) - by NviDa - 20.04.2014, 16:45
Re: error 035: argument type mismatch (argument 2) - by RajatPawar - 20.04.2014, 16:48

Forum Jump:


Users browsing this thread: 1 Guest(s)