How to make myself a police officer?
#3

Well..I Use This Code In My Server:

Код:
   	if (strcmp("/beacop", cmdtext, true, 10) == 0)
	{
    new pName[MAX_PLAYER_NAME];
    new string[48];
    GetPlayerName(playerid, pName, sizeof(pName));
    format(string, sizeof(string), "**%s : Takes Out His Police Uniform...", pName);
    SendClientMessageToAll(0xAAAAAAAA, string);
	  LimitGlobalChatRadius(30);
		SetPlayerSkin( playerid, 71 );
    GetPlayerName(playerid, pName, sizeof(pName));
    format(string, sizeof(string), "**%s : Puts hes uniform on!", pName);
    format(string, sizeof(string), "**%s Is Now A Police Officer !!", pName);
    SendClientMessageToAll(0x0000BBAA, string);
	  LimitGlobalChatRadius(30);
		SetPlayerSkin(playerid,280);
		SetPlayerColor(playerid,0x0000BBAA);
		GivePlayerWeapon(playerid,3);
		GivePlayerWeapon(playerid,29,9000);
		SetPlayerArmour(playerid,100);
		SetPlayerPos(playerid,1552.1587,-1675.7294,16);
		return 1;
		}
Hope That Helps man ^^
Reply


Messages In This Thread
How to make myself a police officer? - by Jordan69 - 02.08.2009, 02:56
Re: How to make myself a police officer? - by Correlli - 02.08.2009, 03:03
Re: How to make myself a police officer? - by TheNotorius - 02.08.2009, 08:35
Re: How to make myself a police officer? - by Jordan69 - 02.08.2009, 17:23
Re: How to make myself a police officer? - by Agent Smith - 02.08.2009, 17:31
Re: How to make myself a police officer? - by Jordan69 - 02.08.2009, 17:39
Re: How to make myself a police officer? - by Agent Smith - 02.08.2009, 17:43
Re: How to make myself a police officer? - by Correlli - 03.08.2009, 02:31

Forum Jump:


Users browsing this thread: 2 Guest(s)