01.10.2013, 15:52
Help me add my current admin level or someone admin level in my stats command.
This is a sample I took from my /stats command.
but I want to add my admin level like...
Edit: I also need to add my Account ID, VIP Level and Logged in,
Like
This is a sample I took from my /stats command.
Код:
format(str1, sizeof(str1), "\nInterior: %d", GetPlayerInterior(playerid)); strcat(str, str1);
Код:
format(str1, sizeof(str1), "\nAdmin Level: %d", "what should I use here?); strcat(str, str1);
Like
Код:
format(str1, sizeof(str1), "\nAccount ID: %d", "what should I use here?); strcat(str, str1);
Код:
format(str1, sizeof(str1), "\nVip Level: %d", "what should I use here?); strcat(str, str1);
Код:
format(str1, sizeof(str1), "\nLogged In: %d", "what should I use here?); strcat(str, str1);