help my with command
#5

Код:
COMMAND:job(playerid, params[])
{
	new CharKintamasis[34];
	switch(pinfo[playerid][job])
	{
		case 0: CharKintamasis = "Bedarbis";
		case 1: CharKintamasis = "Mechanikas";
		case 2: CharKintamasis = "Policijos Pareigūnas";
	}
	// my cmds...
	format(CharKintamasis, sizeof (CharKintamasis), "You job is: %s", CharKintamasis);
	SendClientMessage....
	return 1;
}
Reply


Messages In This Thread
help my with command - by organe. - 03.07.2016, 17:20
Re: help my with command - by Stinged - 03.07.2016, 17:25
Re: help my with command - by Theepiccoder - 03.07.2016, 17:35
Re: help my with command - by organe. - 03.07.2016, 17:41
Re: help my with command - by Stinged - 03.07.2016, 17:54

Forum Jump:


Users browsing this thread: 1 Guest(s)