19.10.2015, 12:05
You put this
at the beginning of the gamemode?
pawn Код:
static
mysql, //This variable will be used to manage our database
Name[MAX_PLAYERS][24], //We will use this variable to store player's name.
IP[MAX_PLAYERS][16] //We will use this variable to store player's ip.
;