15-10-2008, 03:13 AM
GetPlayerLevel(Index) = "100"
You're checking if their level is equal to the word "100". Replace all those GetPlayerLevel checks with > 100.
You're checking if their level is equal to the word "100". Replace all those GetPlayerLevel checks with > 100.