AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Check INI String (https://forums.alliedmods.net/showthread.php?t=294647)

DarthMan 03-04-2017 10:53

Check INI String
 
Hello. How can I check if szAuthID exists in conffile_stored (ini nile) ?
If szAuthID doesn't exist, it should:
Code:

write_file(conffile_stored,writedata)
Else, it should replace szModel with the current string value from szModel, and data_Skin with the right num.

This si how data_Skin is defined :
Code:

data_Skin=str_to_num(g_sk2)
Thanks !


All times are GMT -4. The time now is 20:42.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.