Quote:
Originally Posted by Exolent[jNr]
Try this:
PHP Code:
#include <amxmodx> #include <amxmisc>
#define MAX_players 32 #define MAX_menudata 1024
new ga_PlayerName[MAX_players][32] new ga_PlayerAuthID[MAX_players][35] .... }
|
Thank you! it works
But if i want to check a steam id that wouldn't be vote, which code can help me?
__________________