11.12.2012, 17:44
Example:
everytime you do /make 1 the value of n increases of 1, if you do /make 5 and n is 5, it will increase of 5 (it will become 5+5=10)
Код:
new val; COMMAND:make(playerid, params[]) { val += strval (params); printf("new val is: %d", val); }