06.06.2017, 19:55
I'm losing my nerves with 3 lines of script and nothing isn't working
(23 : 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?