03.02.2010, 20:40
look at it:
whats missing, i count 1,2 open brackets "("
and i count 1,huh? closing brackets ")"
means u need an extra ")" at the end so:
Код:
if(PlayerInfo[playerid][ pScore ] >= 0 && (PlayerInfo[playerid][ pScore ] <=49 )
and i count 1,huh? closing brackets ")"
means u need an extra ")" at the end so:
Код:
if(PlayerInfo[playerid][ pScore ] >= 0 && (PlayerInfo[playerid][ pScore ] <=49 ))
