04.03.2009, 19:23
Yes, I see now we are using dUserINT, we have to get a string, I don't know much about DINI and DUTILS. So find out the function yourself and replace this:
with
Where dUserSTR should be the function that gets a string from the player file.
pawn Код:
new IP[15] = dUserINT(params).("PlayersIP");
pawn Код:
new IP[15] = dUserSTR(params).("PlayersIP");