STATS command.
#5

PHP код:
format(string,sizeof string,"SERVER: Kills: x || Deaths: x ",pName); 
Should be:

PHP код:
format(string,sizeof(string),"SERVER: Kills: %i || Deaths: %i ",PlayerInfo[playerid][pKills], PlayerInfo[playerid][pDeaths]); 
This:

PHP код:
format(string,sizeof string,"SERVER: IP: ",pName); 
Should be:

PHP код:
new IP;
GetPlayerIp(playeridIPsizeof(IP));
format(string,sizeof string,"SERVER: IP: ",IP); 
Read this if you want:

http://forum.sa-mp.com/showthread.ph...55#post2190855
Reply


Messages In This Thread
STATS command. - by Bug. - 27.10.2012, 14:32
Re: STATS command. - by gtakillerIV - 27.10.2012, 14:36
Re: STATS command. - by Bug. - 27.10.2012, 14:41
Re: STATS command. - by Bug. - 27.10.2012, 14:49
Re: STATS command. - by gtakillerIV - 27.10.2012, 14:54
Re: STATS command. - by Bug. - 27.10.2012, 14:56
Re: STATS command. - by gtakillerIV - 27.10.2012, 14:57
Re: STATS command. - by Bug. - 27.10.2012, 15:03
Re: STATS command. - by CmZxC - 27.10.2012, 15:05
Re: STATS command. - by Bug. - 27.10.2012, 15:07

Forum Jump:


Users browsing this thread: 3 Guest(s)