Jump to content
  • 0

pomoc HELP - Problém s timerem


Karel12

Dotaz

5 odpovědí na tuto otázku

Recommended Posts

  • 0
new blabla[MAX_PLAYERS];

obsah příkazu a public:

if(blabla[playerid] == 1 ) return SCM(playerid,color,"Už si použil tento příkaz v posledních 30sekundách");
SetTimerEx("30timer", 30000, 0, "i", playerid);
blabla[playerid] = 1;
forward 30timer(playerid);
public 30timer(playerid)
{
blabla[playerid] = 0;
return 1;
}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...