[Ajuda] Ant Flod nos Comandos Escolhidos Por Min
#7

pawn Код:
if(!strcmp(cmdtext, "/sf", true))
{
   if(FloodInterval[playerid] == 1) return SendClientMessage(playerid, -1, "Aguarde 2 Segundos Para Falar");
   FloodInterval[playerid] = 1;
   FloodInterval[playerid] = gettime() + 2;
   if(gettime() >= FloodInterval[playerid]) FloodInterval[playerid] = 0;
   GameTextForPlayer(playerid,"~w~Bem Vindo a ~n~~r~San Fierro",5000,5);
   new string[80], nome[MAX_PLAYER_NAME];
   GetPlayerName(playerid, nome, MAX_PLAYER_NAME);
   if(IsPlayerInAnyVehicle(playerid))
   {
      SetVehiclePos(GetPlayerVehicleID(playerid), -2133.6736, 917.6844, 79.8516);
      SetVehicleZAngle(GetPlayerVehicleID(playerid), 179.0);
      format(string, 80, "[ ThuG Info ] %s foi Para san fierro (/sf)", nome);
      SendClientMessageToAll(0x88FF9FAA, string2);
   }
   else
   {
      format(string, 80, "[ ThuG Info ] %s foi Para san fierro (/sf)", nome);
      SendClientMessageToAll(0x88FF9FAA, string);
      SetPlayerPos(playerid, -2133.6736, 917.6844, 79.8516);
      SetPlayerFacingAngle(playerid, 179.0);
   }
    return 1;
}
Reply


Messages In This Thread
Ant Flod nos Comandos Escolhidos Por Min - by joaosvrenegado - 05.02.2013, 02:12
Re: Ant Flod nos Comandos Escolhidos Por Min - by smiiir - 05.02.2013, 02:13
Re: Ant Flod nos Comandos Escolhidos Por Min - by Gii - 05.02.2013, 02:13
Re: Ant Flod nos Comandos Escolhidos Por Min - by .FuneraL. - 05.02.2013, 02:16
Re: Ant Flod nos Comandos Escolhidos Por Min - by joaosvrenegado - 06.02.2013, 00:33
Re: Ant Flod nos Comandos Escolhidos Por Min - by joaosvrenegado - 06.02.2013, 00:46
Re: Ant Flod nos Comandos Escolhidos Por Min - by Vitor_Gorzoni - 06.02.2013, 05:23

Forum Jump:


Users browsing this thread: 4 Guest(s)