SA-MP Forums Archive
Simple question - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Simple question (/showthread.php?tid=241322)



Simple question - cameron354 - 17.03.2011

At the moment on my server you need to be over 50 score to be a cop what do i have to do to this code to make anyone be one?
Quote:

}
if(gTeam[playerid] == TEAM_COP && GetPlayerScore(playerid) <= 49)
{




Re: Simple question - Medal Of Honor team - 17.03.2011

"<" Less than
">" Greater than
"=" Equals
"≠" Not Equal
">=" Less than equals
"<=" Greater than equals