15-10-2008, 03:56 AM
There's a difference between If GetPlayerLevel(index) = "100" and If GetPlayerLevel(index) = 100
The latter should work. The function GetPlayerLevel returns a numeral. "100" is a string.
The latter should work. The function GetPlayerLevel returns a numeral. "100" is a string.