24.10.2014, 21:25
Sscanf will return true if you didn't enter command in format /gotopos [x] [y] [z]
Код:
{if(sscanf(params, "fff",xx,yx,zx)) ---> {if(!sscanf(params, "fff",xx,yx,zx))