21.09.2013, 14:45
Qual e a funзгo que fais o comando funcionar com minha conta
quero que o comando funcionar so com o meu nome
tipo
}
if(strcmp(cmd, "/aclima", true) == 0)
{
if(pAdmin[playerid] > 2) // nome da minha conta
{
new Previsao;
Previsao = random(sizeof(WeatherName));
if(Previsao >= 1 && Previsao <= 50)
{
SetWeather(Previsao);
}
format(string, sizeof(string), "O clima de hoje й: %s", WeatherName[Previsao]);
SendClientMessageToAll(0xFFFFFFAA, string);
}
else
{
SendClientMessage(playerid, Vermelho, "Vocк nгo e um admin!");
}
return 1;
quero que o comando funcionar so com o meu nome
tipo
}
if(strcmp(cmd, "/aclima", true) == 0)
{
if(pAdmin[playerid] > 2) // nome da minha conta
{
new Previsao;
Previsao = random(sizeof(WeatherName));
if(Previsao >= 1 && Previsao <= 50)
{
SetWeather(Previsao);
}
format(string, sizeof(string), "O clima de hoje й: %s", WeatherName[Previsao]);
SendClientMessageToAll(0xFFFFFFAA, string);
}
else
{
SendClientMessage(playerid, Vermelho, "Vocк nгo e um admin!");
}
return 1;