how to use dini save online player numbers every second
#1

i had try these code before ↓

Код:
new string[128];
new dinistring[128];
new on‌lineplayers = GetMaxPlayers();
format(string,128,"%d",onlineplayers);
format(dinistring,128,"LSRP/onlines/op.ini");
dini_IntSet(dinistring, "onlines", onlineplayers);
this cann't compile, there were some error,can some one fix it?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)