30.12.2012, 12:49
Dwane's one will ever set vip's level without stop if you get an score equal or higher than 100, so try mine.
Also, mine was wrong on a little thing. Now, try that:
Please, someone help me: https://sampforum.blast.hk/showthread.php?tid=403345
Also, mine was wrong on a little thing. Now, try that:
pawn Код:
public OnPlayerUpdate(playerid)
{
do
{
SaveLevel(playerid);
SendClientMessage(playerid, color, "You've became an vip player!");
PlayerInfo[playerid][pVIP] = 1;
}
while (GetPlayerScore(playerid) == 100 && PlayerInfo[playerid][pVIP] < 1);
return 1;
}
Please, someone help me: https://sampforum.blast.hk/showthread.php?tid=403345