Dini question
#1

I have a question, How to get from dini file that bussiness have owner? I know that dini_Int is wrong native.. What native should i use?
pawn Код:
if(dini_Int(String, "HasOwner=0"))
Reply
#2

dini_Get(); should work
Reply
#3

dini_Int is right

pawn Код:
if(dini_Int(String, "HasOwner") == 0)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)