Retrieving total playtime since registration! [MySQL]
#6

Quote:
Originally Posted by Squirrel
Посмотреть сообщение
Regarding the pInfo
Код:
enum pInfo
{
    pWarns
}
new PlayerInfo[MAX_PLAYERS][pInfo];
//Add on the top of the script
Copy pasting much :P

it should be like this

pawn Код:
enum pInfo
{
    Sec
    Min
    Hour
}
new PlayerInfo[MAX_PLAYERS][pInfo];
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)