Jump to content
  • 0

[GF/RP] Cum adaug fast event


Question

4 answers to this question

Recommended Posts

Posted

}
dcmd_rset(playerid,params[])
{
	if(PlayerInfo[playerid][pAdmin] >= 3)
	{
		new text[128], cash;
		if(sscanf(params,"si",text,cash))return SendClientMessage(playerid,COLOR_WHITE,"{55D4FF}SCRIE:{B4B4B4} /rset [text] [premiul]");
		if(strlen(text) > 50) return SendClientMessage(playerid,COLOR_WHITE,"EROARE: Maxim 25 de caractere sunt permise.");
		if(cash < 1 || cash > 100000) return SendClientMessage(playerid,COLOR_WHITE,"EROARE: Premiul trebuie sa fie cuprins intre 1$ - 100.000$.");
		format(ReactionString,sizeof(ReactionString),"%s",text);
		ReactionCash = cash;
		PassiveMode = PASSIVE_ON;
		ReactionTest();
	}
	return 1;
	}

Adauga-l in gm,tastezi /rset si iti dai seama.

Posted

CokeJR. Daca tot il ajuti ajuta-l complet , asta e doar o parte din ce trebuie sa puna el , partea cu : X a castigat fast-eventul sau primul care scrie .... unde sunt?

userbar6.jpg
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.