Jump to content
  • 0

CUM FAC TEMPO RASP RAPID :|


shaun

Question

2 answers to this question

Recommended Posts

1.Titlul.

2.

//sus in script
new TimpComanda[MAX_PLAYERS];

//onplayercommandtext
if(strcmp(cmdtext,"/comanda",true) == 0)
{
	if(TimpComanda[playerid] == 0)
	{
		//restul comenzii
		TimpComanda[playerid] = 1;
		SetTimerEx("DeleteTimpComanda",timp_sa_nu_poata_fi_folosita,0,"i",playerid);
	}
	else SendClientMessage(playerid,COLOR_RED,"Trebuie sa astepti pana sa folosesti din nou comanda!");
	return 1;
}
//undeva in script, jos de preferat:
forward DeleteTimpComanda(playerid);
{
    TimpComanda[playerid] = 0;
}

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.