01.11.2012, 13:38
Replace this
:
With:
I hope that I have helped
.
:pawn Код:
if(name != dini_Get("carcheck.txt", "Playername"))
With:
pawn Код:
if(strcmp(name, dini_Get("carcheck.txt", "Playername")))
I hope that I have helped
.
