12.07.2017, 16:21
You are trying to compare an integer and a string using ==
replace dini_Get with dini_Int, it's almost the same but it does strval() - converts an integer to a string.
https://sampwiki.blast.hk/wiki/Strval
By the way i think you should save the "Member" value into an variable like you just did with the Leader one, i remember dini being quite slow and you can make it way faster.
replace dini_Get with dini_Int, it's almost the same but it does strval() - converts an integer to a string.
https://sampwiki.blast.hk/wiki/Strval
By the way i think you should save the "Member" value into an variable like you just did with the Leader one, i remember dini being quite slow and you can make it way faster.

