changed to str_to_num/num_to_str

This commit is contained in:
Felix Geyer
2004-03-08 17:34:37 +00:00
parent 87378017fd
commit af26dc83a5
10 changed files with 16 additions and 16 deletions

View File

@ -333,7 +333,7 @@ public cmdVoteKickBan(id,level,cid) {
if (voteban)
get_user_authid(player,g_optionName[0],31)
else
int_to_str(get_user_userid(player),g_optionName[0],31)
num_to_str(get_user_userid(player),g_optionName[0],31)
new authid[32],name[32]
get_user_authid(id,authid,31)
get_user_name(id,name,31)