Quote:
Originally Posted by GuiihCamargo
@OFF
Cara, uma crнtica construtiva, tente pois vocк vai estar aprendendo, tire essa imagem da sua assinatura pois й uma mentira, um scripter profissional pelo menos tenta se nгo consegue!
|
Acho q vc n conhece o wesley script? essa assinatura й apenas uma brincadeira..procure saber + '-'
Quote:
Originally Posted by bruxo00
Nгo tenho a certeza se isto funciona mas nгo tenho tempo para ver melhor:
PHP код:
forward CheckTempo();
public CheckTempo()
{
new Hour, Minute, Second;
gettime(Hour, Minute, Second);
if(Hour == 00 && Minute == 00 && Second == 00) // se mudar o dia
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
var[i] = 0; // seta a variбvel var 0 para todos
}
}
return 1;
}
new var[MAX_PLAYERS];
public OnGameModeInit()
{
SetTimer("CheckTempo", 1000, true);
return 1;
}
public OnPlayerConnect(playerid)
{
if(var[playerid] == 0)
{
GivePlayerMoney(playerid, 3000);
var[playerid] = 1;
}
else
{
// jб logou
}
return 1;
}
|
Obrigado irei tentar