I'm losing my nerves with 3 lines of script and nothing isn't working
(238) : error 035: argument type mismatch (argument 1)
Can someone like explain to me what the hell is wrong in this code?
Code:
CMD:heal(playerid, params[])
{
new test;
if(sscanf(params, "d", test)) ---- error line
{
//1
}
return 1;
}
Can someone like explain to me what the hell is wrong in this code?