Jump to content
  • 0

Problema


Versace

Question

Am adaugat acel textdraw loadsc si dupa ce am introdus parola imi ramane textdraw-ul 

http://imgur.com/a/pL7nA 

public OnPlayerRequestClass(playerid, classid)
{
	//PlayerPlaySound(playerid, 1068, 0.0, 0.0, 0.0);
	PlayerInfo[playerid][pModel] = Peds[classid][0];
	if(gPlayerLogged[playerid] == 1)
	{
    SpawnPlayer(playerid);
    }
	if (RegistrationStep[playerid] == 0 && gPlayerLogged[playerid] != 1)
	{
	    SendClientMessage(playerid, COLOR_WHITE, " ");
		SendClientMessage(playerid, COLOR_WHITE, " ");
		SendClientMessage(playerid, COLOR_WHITE, " ");
		SendClientMessage(playerid, COLOR_WHITE, " ");
		SendClientMessage(playerid, COLOR_WHITE, " ");
		SendClientMessage(playerid, COLOR_WHITE, " ");
		SendClientMessage(playerid, COLOR_WHITE, " ");
		SendClientMessage(playerid, COLOR_WHITE, " ");
		SendClientMessage(playerid, COLOR_WHITE, " ");
		SendClientMessage(playerid, COLOR_WHITE, " ");
		SendClientMessage(playerid, COLOR_WHITE, "{FFFFFF}Bun venit pe {99FFFF}Racovita {FFFFFF}-{99FFFF} RPG Server");
		SendClientMessage(playerid, COLOR_WHITE, "{FFFFFF}Web: {99FFFF}WWW.Racovita.RO");
		SendClientMessage(playerid, COLOR_WHITE, " ");
		SendClientMessage(playerid, COLOR_WHITE, " ");
DE AICI /* for(new num = 0; num < 8; num++)
	{	TextDrawShowForPlayer(playerid, StartTextdraw_[num][playerid]);   } */ ASTA ESTE AICI
StartTextdraw_[0][playerid1] = TextDrawCreate(0.000000, 0.000000, "loadsc9:loadsc9");
		TextDrawBackgroundColor(StartTextdraw_[0][playerid1], 255);
		TextDrawFont(StartTextdraw_[0][playerid1], 4);
		TextDrawLetterSize(StartTextdraw_[0][playerid1], 0.500000, 1.000000);
		TextDrawColor(StartTextdraw_[0][playerid1], -1);
		TextDrawSetOutline(StartTextdraw_[0][playerid1], 0);
		TextDrawSetProportional(StartTextdraw_[0][playerid1], 1);
		TextDrawSetShadow(StartTextdraw_[0][playerid1], 1);
		TextDrawUseBox(StartTextdraw_[0][playerid1], 1);
		TextDrawBoxColor(StartTextdraw_[0][playerid1], 255);
		TextDrawTextSize(StartTextdraw_[0][playerid1], 640.000000, 405.000000);
		TextDrawSetSelectable(StartTextdraw_[0][playerid1], 0);

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • 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.