Jump to content

script Warps System v1.0


stano

Recommended Posts

Podle mě zbytečnej FS, takovýhle warpy tu už jsou několikrát.

Absolutně nechápu význam tohodle:

 

	if(!strcmp("/warp", cmdtext, true))
{
	SendClientMessage(playerid, 0xB59F39AA, "O========== WARPY v1.0 By Stano.sk ===========O");
	SendClientMessage(playerid, 0x33CCFFAA, "/LV /LS /SF /Tuninglv /Tuningsf /zakladna");
	SendClientMessage(playerid, 0x33CCFFAA, "/Driftls /Wang /Dragon /Urad /SBS");
	SendClientMessage(playerid, 0x33CCFFAA, "/3");
	SendClientMessage(playerid, 0x33CCFFAA, "/4");
	SendClientMessage(playerid, 0x33CCFFAA, "/5");
	SendClientMessage(playerid, 0xB59F39AA, "O==========================================O");
	return 1;
}

 

	if(!strcmp(cmdtext, "/warps", true))
{
	new var0[980], var1[2][980];
	format(var1[0], 980, "{00FF00}Warps system v1.0 by stano .sk \n\n{0000FF}/LV /LS /SF /Tuninglv /Tuningsf /zakladna /most /gg /park /ghost /les /mrakodrap /lod /ballas /skok");
	format(var1[1], 980, "\n{00FF00}Dalsie warpy :{0000FF}\n\n/DriftLS /Wang /Dragon /Urad /SBS /Mafia /policielv /pristav /jizzy /prehrada /nevada /farma /aztecas /grove /autoskola");
	format(var0, 980, "%s%s", var1[0], var1[1]);
	ShowPlayerDialog(playerid, 976, 0, 13668, var0, 13820, 13852);
	return 1;
}

 

Když už něco děláš tak to dělej aspon pořádně. Podle mě si udělal /warp, ale pak ses rozhodl to hodit do dialogu na příkaz /warps - nebo je tu možnost, žes to okopčil ;)

Každopádně 2/10 za tu snahu ;)

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