Thread: get id's id
View Single Post
Author Message
SoccerjamTR
Member
Join Date: May 2021
Old 10-05-2022 , 08:31   get id's id
Reply With Quote #1

I have
PHP Code:
#define RECORDS 2
enum {
    
KILL
    SELFKILL
}
new 
TopPlayer[3][RECORDS+1]

TopPlayer[1][KILL] , TopPlayer[1][SELFKILL
and I want to ( TopPlayer[1][KILL] ) [SELFKILL] how to i learn top kill player's selfkill number?
I try TopPlayer[1][KILL][SELFKILL] but it gives error.

Last edited by SoccerjamTR; 10-05-2022 at 08:58.
SoccerjamTR is offline