Any solution or help
#8

Quote:
Originally Posted by JaTochNietDan
Посмотреть сообщение
I don't know what you want...like they said, store it in a file using dini or y_ini, and then read it when you want to show it. For example:

pawn Код:
// Kick command increase the amount of kicks
dini_IntSet("ServerStats.ini","TotalKicks",dini_Int("ServerStats.ini","TotalKicks") + 1);

// Show kicks...
format(string,sizeof(string),"%s was kicked by admin %s, Total Kicks: %d",name[playerid],name[id],dini_Int("ServerStats.ini","TotalKicks"));
SendClientMessageToAll(string,COLOR_WHITE);
How else can we help?
Thankz it helped me alot
Reply


Messages In This Thread
Any solution or help - by Mr.Stranger - 09.01.2011, 11:45
Re: Any solution or help - by Outcast - 09.01.2011, 14:06
Re: Any solution or help - by Mr.Stranger - 09.01.2011, 14:07
Re: Any solution or help - by Alex_Valde - 09.01.2011, 14:08
Re: Any solution or help - by Mr.Stranger - 09.01.2011, 14:20
Re: Any solution or help - by JaTochNietDan - 09.01.2011, 14:31
Re: Any solution or help - by Toreno - 09.01.2011, 14:40
Re: Any solution or help - by Mr.Stranger - 09.01.2011, 14:47

Forum Jump:


Users browsing this thread: 2 Guest(s)