Jump to content
  • 0

pomoc Text pro skin


Guest Addy

Dotaz

22 odpovědí na tuto otázku

Recommended Posts

  • 0
njn ale chtěl návod vidis ma jeden příspěvek a to je jasny že to neni nejlepší pawner na světě přemejšlej

 

přemejšlej ty...on je treba profik ktery neptorebuje forum ...jako ty

Link to comment
Share on other sites

  • 0

treba mas

AddPlayerClass(247, xyz nebo tak, 0, 0, 0, 0, 0, 0); //prvni
AddPlayerClass(258, xyz nebo tak, 0, 0, 0, 0, 0, 0); //druha postava

public OnPlayerRequestClass(playerid, classid)
{
switch (classid)
{
	case 0://u prvni postavy
	{
		GameTextForPlayer(playerid, "~r~MAFIE", 1000, 3);//text
	}
	case 1://u druhe postavy
	{
		GameTextForPlayer(playerid, "~r~SASCI", 1000, 3);//text 
	}
}
return 1;
}

 

melo by to takto jit ;)

Link to comment
Share on other sites

  • 0

ale já musel vymazat takovy to

{

SetPlayerPos(playerid, 286.3594,1955.5238,17.6406);

SetPlayerFacingAngle(playerid, 260.0);

SetPlayerCameraPos(playerid, 296.6295,1956.4303,17.6406);

SetPlayerCameraLookAt(playerid, 286.3594,1955.5238,17.6406);

return 1;

}

aby mi jel ten text a když tam chcu nějak přidat to nastaveni kamery atd. tak mi to píše chybu. Kam mám hodit to SetPlayerPos atd???

Link to comment
Share on other sites

  • 0
ale já musel vymazat takovy to

{

SetPlayerPos(playerid, 286.3594,1955.5238,17.6406);

SetPlayerFacingAngle(playerid, 260.0);

SetPlayerCameraPos(playerid, 296.6295,1956.4303,17.6406);

SetPlayerCameraLookAt(playerid, 286.3594,1955.5238,17.6406);

return 1;

}

aby mi jel ten text a když tam chcu nějak přidat to nastaveni kamery atd. tak mi to píše chybu. Kam mám hodit to SetPlayerPos atd???

 

mezi case ..pod kazdy gametext treba ...

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