sscanf
#1

I'm losing my nerves with 3 lines of script and nothing isn't working

Code:
CMD:heal(playerid, params[])
{
 new test;
 if(sscanf(params, "d", test)) ---- error line
 {
 //1
 }
 return 1;
}
(23 : error 035: argument type mismatch (argument 1)

Can someone like explain to me what the hell is wrong in this code?
Reply
#2

-REMOVED-
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)