21.02.2009, 21:40
Umm.. as you (is it your script?) do
and as strval return the value of a string, you can deduce that the string you want is 'tmp'.
This command is very illogic.. it asks a string as argument, but then you just use the command argument as a value in the format :/ I'm not sure to understand what you want to do with this.
pawn Код:
new amount;
amount = strval(tmp);
This command is very illogic.. it asks a string as argument, but then you just use the command argument as a value in the format :/ I'm not sure to understand what you want to do with this.