This my code:
PHP Code:
format_time(Timex, 32, "%M", time);
format_time(Timey, 32, "%S", time);
set_pev(id, pev_frags, Timey);
cs_set_user_deaths(id, Timex);
Error in cs_set_user_deaths():
error 035: argument type mismatch (argument 2)
Timex returns digits-string, like "14", what is wrong in code?
If i try to cs_set_user_deaths(id, "10"); it is too not working.
please help :)
sorry for bad english.