10.01.2011, 06:05
well my problem is my exp is not increasing. It's stay's on 0 all the time and in all the point's day. Well here is my code
Please help me generously
pawn Код:
public pointsday()
{
for(new i=0; i<=MAX_PLAYERS; i++)
{
GivePlayerMoney(i, 1000);
PlayerInfo[i][pExp]++;
GameTextForAll("It's Point's Day", 1000, 1);
}
}