[HELP] Help me with a simple Police Radio
#9

Quote:
Originally Posted by Pandabeer1337
what variable you use for your teams?
I use this:

Код:
AddPlayerClassEx(6,280,-1606.3750,675.9275,-5.2422,358.2930,0,0,0,0,0,0); // Officer Skin 1
Then at skin selection (maybe not needed for you to help)?

Код:
		case 16:
		{
 			GameTextForPlayer(playerid,"Police Officers",3000,3);
	    {
	  		SetPlayerPos(playerid,-2261.1143,1012.0626,83.6106);
				SetPlayerCameraPos(playerid,-2261.1143,1016.7200,83.6334);
				SetPlayerCameraLookAt(playerid,-2261.1143,1012.0626,83.6106);
				SetPlayerFacingAngle(playerid,357.6576);
				SetPlayerColor(playerid,0x000080FF);
			}
Then I use this at OnPlayerSpawn:

Код:
SetPlayerTeam( playerid, 6 );
Reply


Messages In This Thread
[HELP] Help me with a simple Police Radio - by FreddeN - 03.06.2009, 14:48
Re: [HELP] Help me with a simple Police Radio - by FreddeN - 03.06.2009, 15:07
Re: [HELP] Help me with a simple Police Radio - by Think - 03.06.2009, 15:14
Re: [HELP] Help me with a simple Police Radio - by FreddeN - 03.06.2009, 15:30
Re: [HELP] Help me with a simple Police Radio - by Weirdosport - 03.06.2009, 15:35
Re: [HELP] Help me with a simple Police Radio - by FreddeN - 03.06.2009, 15:36
Re: [HELP] Help me with a simple Police Radio - by miokie - 03.06.2009, 15:38
Re: [HELP] Help me with a simple Police Radio - by Think - 03.06.2009, 15:47
Re: [HELP] Help me with a simple Police Radio - by FreddeN - 03.06.2009, 15:54
Re: [HELP] Help me with a simple Police Radio - by Think - 03.06.2009, 16:00

Forum Jump:


Users browsing this thread: 1 Guest(s)