15.11.2011, 14:59
PHP код:
if(DriftPointsNow[g] >= 3000)
{
SetPlayerScore(g, GetPlayerScore(g) + 1);
}
mas como eu boto isso? assim:
[php]if(DriftPointsNow[g] >= 3000 || <3700)
{
SetPlayerScore(g, GetPlayerScore(g) + 1);
}[php/]
ta certo?