Need HELP with My stat script
#2

Easy thing, you just made a small mistake

pawn Код:
if (PlayerInfo[playerid][pStrenghtPoints] <= 100)
You check if the StrengthPoints are LESS here, you just switched the sign the false way around, just put it like

pawn Код:
if (PlayerInfo[playerid][pStrenghtPoints] >= 100)
and it should work :P
Reply


Messages In This Thread
Need HELP with My stat script - by vovz - 18.04.2009, 14:09
Re: Need HELP with My stat script - by Soeren - 18.04.2009, 15:13
Re: Need HELP with My stat script - by vovz - 19.04.2009, 08:37

Forum Jump:


Users browsing this thread: 1 Guest(s)