SA-MP Forums Archive
Checking if the value is set (DINI) - 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)
+--- Thread: Checking if the value is set (DINI) (/showthread.php?tid=634965)



Checking if the value is set (DINI) - Immortal99 - 29.05.2017

Quote:

Everytime i get arguments with the following line:
PHP код:
if(dini_Isset(AddDirFile(dir_usersname), "Bass"0)) return SendClientMessage(playeridCOLORHEREBass is 0 Already
I want to check if the value is like this:
PHP код:
Bass=
but im getting arguments

EDIT: Fixed it!