compatible to new include files

This commit is contained in:
Felix Geyer
2004-03-07 14:30:53 +00:00
parent 4744f0dc0e
commit 9f6b206881
26 changed files with 51 additions and 26 deletions

View File

@ -33,6 +33,7 @@
*/
#include <amxmodx>
#include <amxmisc>
new g_Answer[128]
new g_optionName[4][32]
@ -332,7 +333,7 @@ public cmdVoteKickBan(id,level,cid) {
if (voteban)
get_user_authid(player,g_optionName[0],31)
else
numtostr(get_user_userid(player),g_optionName[0],31)
int_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)
@ -357,4 +358,4 @@ public cmdVoteKickBan(id,level,cid) {
console_print(id, g_votingStarted )
g_voteCount = {0,0,0,0}
return PLUGIN_HANDLED
}
}