02.11.2013, 22:48
i had try these code before ↓
this cann't compile, there were some error,can some one fix it?
Код:
new string[128]; new dinistring[128]; new onlineplayers = GetMaxPlayers(); format(string,128,"%d",onlineplayers); format(dinistring,128,"LSRP/onlines/op.ini"); dini_IntSet(dinistring, "onlines", onlineplayers);