Jump to content

Recommended Posts

Posted

Am o problema, vreau sa fac un sistem si nu imi iese ceva

am facut un box si un textdraw si acel textdraw cand il apesi sa dispara el si sa apasa altu :
codu:

public OnPlayerClickPlayerTextDraw(playerid, PlayerText:playertextid)
{
	if(playertextid == Base[playerid][1]) {
		 PlayerTextDrawShow(playerid, Bara[playerid][3]);
		 PlayerTextDrawShow(playerid, Bara[playerid][4]);
		 PlayerTextDrawShow(playerid, Bara[playerid][5]);
		 PlayerTextDrawHide(playerid, Base[playerid][1]);
	}
	return 1;
}

si imi da cu virgula, un expert sau cineva care ma poate ajuta?

Posted
4 hours ago, nobilzeus said:

asta vrei să îl faci să dispară? 

Base[playerid][1]

 

pune l aici să vedem

Base[playerid][1] = CreatePlayerTextDraw(playerid, 301.000000, 270.000000, "PRESS TO START");
	PlayerTextDrawFont(playerid, Base[playerid][1], 3);
	PlayerTextDrawLetterSize(playerid, Base[playerid][1], 0.258332, 1.750000);
	PlayerTextDrawTextSize(playerid, Base[playerid][1], 16.500000, 90.500000);
	PlayerTextDrawSetOutline(playerid, Base[playerid][1], 1);
	PlayerTextDrawSetShadow(playerid, Base[playerid][1], 0);
	PlayerTextDrawAlignment(playerid, Base[playerid][1], 2);
	PlayerTextDrawColor(playerid, Base[playerid][1], 16711935);
	PlayerTextDrawBackgroundColor(playerid, Base[playerid][1], 255);
	PlayerTextDrawBoxColor(playerid, Base[playerid][1], 35784);
	PlayerTextDrawUseBox(playerid, Base[playerid][1], 1);
	PlayerTextDrawSetProportional(playerid, Base[playerid][1], 1);
	PlayerTextDrawSetSelectable(playerid, Base[playerid][1], 1);

eram la scl acuma am iesit

Posted (edited)
13 hours ago, nobilzeus said:

dă-mi msg pe discord nobilzeus#0788 

nu este bun discordul(numele)
EDIT: ti am dat add

Edited by Divil.Scorpiono
  • 3 weeks later...

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.