Textdraw Is not working! (REALLY NEED HELP)
#4

I don't think my script is a problem because it was working fine last night and at morning it doesn't showing textdraw.

And also i have tried to run my old backup which is 10 days ago or more but still not working there too.

So, I don't think script is a problem. I thought it was plugins but then i have updated my plugins into latest but still have same problem. Lemme download a textdraw script from samp forum and see .

EDITED: I'm using like this

PHP код:
on top of script.
// rules box
new Text:RULEBOX;
new 
Text:rule1;
new 
Text:rule2;
OnGameMode
RULEBOX 
TextDrawCreate(15.000000135.000000"usebox");
    
TextDrawLetterSize(RULEBOX0.00000013.738883);
    
TextDrawTextSize(RULEBOX220.2679440.000000);
    
TextDrawAlignment(RULEBOX1);
    
TextDrawColor(RULEBOX0);
    
TextDrawUseBox(RULEBOXtrue);
    
TextDrawBoxColor(RULEBOX102);
    
TextDrawSetShadow(RULEBOX0);
    
TextDrawSetOutline(RULEBOX0);
    
TextDrawFont(RULEBOX0);
    
rule1 TextDrawCreate(18.000000136.000000"~g~Server Rules~n~~n~~y~1. ~w~Respect all players and admins.~n~~y~2.~w~ Listen to and obey admins.~n~~y~3.~w~ Don't kill other players without a good reason~n~~y~4.~w~ Do not use cheats or any mods.~n~~y~5.~w~ Do not advertise anything.");
    
TextDrawAlignment(rule11);
    
TextDrawLetterSize(rule10.2099990.800000);
    
TextDrawColor(rule10xffff00ff);
    
TextDrawSetOutline(rule11);
    
TextDrawSetProportional(rule12);
    
TextDrawSetShadow(rule12);
    
rule2 TextDrawCreate(18.000000186.500000"~y~6.~w~ Don't spam~n~~y~7.~w~ Do not abuse any bug, if you found a bug~n~report it on forum.~n~~y~8.~w~ Cops and robbers cannot team up~n~~y~9.~w~ Do not quit your game to avoid anything.~n~~y~10.~w~ Medics may not physically harm other players ~n~in any way.~n~~y~11.~w~ Use common sense at all times.");
    
TextDrawAlignment(rule21);
    
TextDrawLetterSize(rule20.2099990.800000);
    
TextDrawColor(rule20xffff00ff);
    
TextDrawSetOutline(rule21);
    
TextDrawSetProportional(rule22);
    
TextDrawSetShadow(rule22); 
And this is cmd

PHP код:
CMD:rules(playeridparams[])
{
    
HideDraw(playerid);
    
TextDrawShowForPlayer(playeridRULEBOX);
    
TextDrawShowForPlayer(playeridrule1);
    
TextDrawShowForPlayer(playeridrule2);
    return 
true;

Reply


Messages In This Thread
Textdraw Is not working! (REALLY NEED HELP) - by ALoX12 - 23.07.2015, 20:17
AW: Textdraw Is not working! (REALLY NEED HELP) - by Mencent - 23.07.2015, 20:35
Re: Textdraw Is not working! (REALLY NEED HELP) - by Andre02 - 23.07.2015, 20:38
Re: Textdraw Is not working! (REALLY NEED HELP) - by ALoX12 - 23.07.2015, 20:39
Re: Textdraw Is not working! (REALLY NEED HELP) - by Andre02 - 23.07.2015, 20:47
Re: Textdraw Is not working! (REALLY NEED HELP) - by ALoX12 - 23.07.2015, 21:12
Re: Textdraw Is not working! (REALLY NEED HELP) - by ALoX12 - 23.07.2015, 22:25

Forum Jump:


Users browsing this thread: 2 Guest(s)