[Ajuda] Ajuda Contagem
#1

Coloquei uma contagem na minha gm que conta o tempo em que o resgate sera feito, mais ele esta contando para todos e quero que conte apenas para quem fez o comando
Quote:

forward ResgateEm();
public ResgateEm()
{
{
ContandoResgate --;
new String[256];
format(String, sizeof(String), "~r~~h~%d", ContandoResgate);
GameTextForPlayer(playerid, String, 2000, 6);
PlayerPlaySound(playerid, 1056, 0.0, 0.0, 0.0);
if(ContandoResgate == 0)
{
KillTimer(timer);
}
}
return 1;
}

Reply


Messages In This Thread
Ajuda Contagem - by Traal - 08.01.2016, 02:50
Re: Ajuda Contagem - by EditPawn - 08.01.2016, 03:01

Forum Jump:


Users browsing this thread: 1 Guest(s)