[AJUDA] Ratio em meu /Status
#1

Ola estoucom 1 problema.... nгo consigo implantar ratio em meu comando /status.... gostaria de adicionar alguem me ajuda?

Код:
if(strcmp(cmd, "/status", true) == 0)
{
new tmp[256];
tmp = strtok(cmdtext, idx);
SendClientMessage(playerid, COLOR_LIGHTBLUE, "&~&~&~&~&~&~&~&~&~&~STATUS~&~&~&~&~&~&&~&~&~&");
format(string, sizeof(string), "Matou: %d", status[playerid][0]);
SendClientMessage(playerid, COLOR_WHITE, string);
format(string, sizeof(string), "Morreu: %d", status[playerid][1]);
SendClientMessage(playerid, COLOR_WHITE, string);
format(string, sizeof(string), "Se Suicidou: %d", status[playerid][2]);
SendClientMessage(playerid, COLOR_WHITE, string);
SendClientMessage(playerid, COLOR_LIGHTBLUE, "&~&~&~&~&~&~&~&~&~&~&~&~&~&~&~&~&~&~&~&~&~&~&");
return 1;
}
alguem pode ajudar?pois tentei diversos metodos e nada =/
Reply


Messages In This Thread
[AJUDA] Ratio em meu /Status - by Kasura - 23.07.2010, 08:52
Re: [AJUDA] Ratio em meu /Status - by SlashPT - 23.07.2010, 14:29
Re: [AJUDA] Ratio em meu /Status - by Kasura - 23.07.2010, 22:53

Forum Jump:


Users browsing this thread: 1 Guest(s)