-> /stats doesn't shows up <-
#5

I assume SPD is a function that sends a DialogBox. Based on your code, stts will always be
Код:
format( stts, sizeof( stts ), "{FFFFFF}Deaths:      {FFAE00}%s\n", P_DATA[ playerid ][ Deaths ]           );
you need to concatenate stts before formating the next line.
so it will be like this:
Код:
format( stts, sizeof( stts ), "%s{FFFFFF}V.I.P Level: {FFAE00}%s\n", stts, P_DATA[ playerid ][ Vip ]              );
format( stts, sizeof( stts ), "%s{FFFFFF}Score:       {FFAE00}%s\n", stts, P_DATA[ playerid ][ Score ]           );
etc..
Reply


Messages In This Thread
-> /stats doesn't shows up <- - by RaZzZzoR - 25.11.2012, 15:34
Re: -> /stats doesn't shows up <- - by Camorra - 25.11.2012, 15:38
Re: -> /stats doesn't shows up <- - by Luis- - 25.11.2012, 15:38
Re: -> /stats doesn't shows up <- - by Boooth - 25.11.2012, 15:40
Re: -> /stats doesn't shows up <- - by Nordic - 25.11.2012, 15:44
AW: -> /stats doesn't shows up <- - by Skimmer - 25.11.2012, 15:45
Re: AW: -> /stats doesn't shows up <- - by Nordic - 25.11.2012, 15:52
Re: -> /stats doesn't shows up <- - by Konstantinos - 25.11.2012, 16:22

Forum Jump:


Users browsing this thread: 1 Guest(s)