20.04.2014, 16:23
I wanted to make a simple command(/cmds)to show some of the commands in my server but I get error.
Error:
E:\Andrew\samp03z_svr_R1_win32\gamemodes\testserve r.pwn(142) : error 035: argument type mismatch (argument 2)
pawn Код:
CMD:cmds(playerid, params[])
{
SendClientMessage(playerid,"Commands: /skin, /scar");
return 1;
}
E:\Andrew\samp03z_svr_R1_win32\gamemodes\testserve r.pwn(142) : error 035: argument type mismatch (argument 2)