fixed compiling errors

This commit is contained in:
Felix Geyer
2004-08-07 10:47:08 +00:00
parent d81f4af4c9
commit 574189468b
6 changed files with 17 additions and 15 deletions

View File

@ -43,7 +43,9 @@ public plugin_init() {
}
public client_disconnect(id) {
if ( is_user_bot(id) ) return PLUGIN_CONTINUE
if ( is_user_bot(id) ) {
return
}
remove_task(id)
new szTeam[16],szName[32],szAuthid[32], iStats[8], iHits[8], szWeapon[24]
new iUserid = get_user_userid( id )