SA-MP Forums Archive
(HELP) GTA:RP Login & Register - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: (HELP) GTA:RP Login & Register (/showthread.php?tid=270423)



(HELP) GTA:RP Login & Register - Aprezt - 20.07.2011

FIXED


Re: (HELP) GTA:RP Login & Register - TouR - 20.07.2011

You must have some
pawn Code:
TextDrawShowForPlayer(playerid, textid);
at OnPlayerConnect. Delete them


Re: (HELP) GTA:RP Login & Register - Aprezt - 20.07.2011

These ?
TextDrawShowForPlayer(playerid,lbt);
TextDrawShowForPlayer(playerid,lbb);


Re: (HELP) GTA:RP Login & Register - Jofi - 20.07.2011

Old script hehe Remove all lines where is "lbt" "lbb" textdraw

Code:
new Text:lbt;
new Text:lbb;

TextDrawShowForPlayer(playerid,lbt);
TextDrawShowForPlayer(playerid,lbb);

TextDrawHideForAll(lbt);
TextDrawHideForAll(lbb);

TextDrawHideForPlayer(playerid,lbt);
TextDrawHideForPlayer(playerid,lbb);

lbt = TextDrawCreate(-1.000000,2.000000,"---");
lbb = TextDrawCreate(0.000000,337.000000,"---");

TextDrawUseBox(lbt,1);
TextDrawBoxColor(lbt,0x000000ff);
TextDrawTextSize(lbt,640.000000,-69.000000);
TextDrawUseBox(lbb,1);
TextDrawBoxColor(lbb,0x000000ff);
TextDrawTextSize(lbb,638.000000,-60.000000);
TextDrawAlignment(lbt,0);
TextDrawAlignment(lbb,0);
TextDrawBackgroundColor(lbt,0x000000ff);
TextDrawBackgroundColor(lbb,0x000000ff);
TextDrawFont(lbt,3);
TextDrawLetterSize(lbt,1.000000,12.199999);
TextDrawFont(lbb,3);
TextDrawLetterSize(lbb,0.899999,15.000000);
TextDrawColor(lbt,0x000000ff);
TextDrawColor(lbb,0x000000ff);
TextDrawSetOutline(lbt,1);
TextDrawSetOutline(lbb,1);
TextDrawSetProportional(lbt,1);
TextDrawSetProportional(lbb,1);
TextDrawSetShadow(lbt,1);
TextDrawSetShadow(lbb,1);



Re: (HELP) GTA:RP Login & Register - Aprezt - 20.07.2011

Jofi thx


Re: (HELP) GTA:RP Login & Register - TouR - 20.07.2011

Probably yes... I dont know how the texts named. These should be the ones you wanna remove