13.03.2012, 19:41
help!!
enum pInfo
{
VIP
};
new VIPInfo[MAX_PLAYERS][pInfo];
if(GetPlayerScore(playerid) == 2000) //checks if player has the score 2,000
{
VIPInfo[playerid][VIP] = 1; //will set player VIP level to 1
}
Trial VIP Silver VIP Gold VIP