Kill, Death and server Visit counter doesn't work out for me!
#2

This:
pawn Код:
enum pInfo
{
    pKills,
    pDeaths,
    pVisits,
}
Should be:
pawn Код:
enum pInfo
{
    pKills,
    pDeaths,
    pVisits//leave the last one off.
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)