Jump to content
  • Global

    Global

    Chatroom Rules

    • NO SE DA SOPORTE EN CHATBOX
    • NO SPAM
    • NO FLOOD

Recommended Posts

  • Usuario
Posted

Bueno hola a todos

como siempre este noob en pawno anda pidiendo ayuda xd

bueno lo que peria pedirles esta ves son 2 comandos bien simples /drag y /conteo :D

bueno gracias de antemano alos que me ayuden y alos que me ayudan siempre

 

Salu2

  • Ex-Staff
Posted

con el /drag te refieres al /pique del diversion?

 

porque si es asi, lo unico que teni que hacer es un teleport y el /conteo podriai sacarlo del lethal admin ;)

  • Usuario
Posted

el /drag es el /drag del dive xd

solo que lo pondre en la pista de pique ya k tengo un mapa bkn con pists y todo

y el pansho hostea el server ahi lo ven xD

  • 4 weeks later...
  • Usuario
Posted

aki teni el conteo exo por yo.

 

#include <a_samp>

#define COLOR_RED 0xFF0000AA
#pragma tabsize 0

public OnFilterScriptInit()
{
  print("\n--------------------------------------");
  print(" Cuenta Regresiva Made in Chile");
  print("--------------------------------------\n");
  return 1;
}

forward Conteo1();
forward Conteo2();
forward Conteo3();
forward Conteo();

public OnPlayerCommandText(playerid, cmdtext[])
{
  if (strcmp("/conteo", cmdtext, true, 10) == 0)
  {
  SetTimer("Conteo3",1000,0);
  SendClientMessageToAll(COLOR_RED, "Conteo en Progreso...");
  return 1;
  }
  return 0;
}

public Conteo3()
{
GameTextForAll("~w~3",1000,6);
  SetTimer("Conteo2",1100,0);
}
public Conteo2()
{
GameTextForAll("~w~2",1000,6);
  SetTimer("Conteo1",1100,0);
}
public Conteo1()
{
GameTextForAll("~w~1",1000,6);
  SetTimer("Conteo",1100,0);
}
public Conteo()
{
  for(new i=0;i<MAX_PLAYERS;i++)
  {
  PlayerPlaySound(i, 1057, 0.0, 0.0, 0.0);
  }
  GameTextForAll("~y~Ya!!",1100,6);
}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...