[HELP] I have a problem with a script
#1

This is my script:
tempoBomba ++;
if(TempoBomba == 50&&EstaCounter[i] > 0)
{
SetPlayerSpawn(i);
SetCameraBehindPlayer(i);
TempoBomba = 0;
TempoCounter = 0;
BombaArmando = 0;
SendClientMessage(i, LILAS, "Reiniciando Partida!");
SetPlayerHealth(i, 100);
}
Why the functions SetPlayerSpawn(i); SetCameraBehindPlayer(i); are executed only by a player The others players don`t get to execute the functions. One player gets to execute the functions. Please, help me!!!
Reply
#2

This script is in a SetTimer. When the TempoBomba == 50, that functions are executed by only a player.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)