09.07.2015, 01:33
Open your .pwn and search for:
It will look something like this:
You have to add "AFK," somewhere in those lines and it should be fine.
pawn Код:
new APlayerData[MAX_PLAYERS]
pawn Код:
enum aInfo
{
a,
b,
c,
d,
e,
f,
}
new APlayerData[MAX_PLAYERS][aInfo];