Help trollbiet time and date

DarkShadow

Active member
Joined
Aug 11, 2013
Messages
55
Reaction score
0
Can't see time and date on trollbiet when i play samp help please!
 

DarkShadow

Active member
Joined
Aug 11, 2013
Messages
55
Reaction score
0
It does but since I downloaded and installed trollbiet I can't see the aerver tome and date and also the gas and damage meter thing that the server has when u enter a vehicle.
 

DarkShadow

Active member
Joined
Aug 11, 2013
Messages
55
Reaction score
0
Oh wait i keep crashing for some reason maybe i did not put the disable thing in the right place.
I'm a noob in this so please tell me here is what i see.

Code:
##Anything Text Related
sampPatch[] = "NOP ShowGameText"				&0 0 0x14100  "" "C390"
sampPatch[] = "NOP ShowTextDraw"			&0 1 0x17430 "" "C390"
sampPatch[] = "NOP HideTextDraw"				&0 0 0x17540 "" "C390"
sampPatch[] = "NOP ShowMenu"					&0 0 0x17230 "" "C390"
sampPatch[] = "NOP HideMenu"					&0 0 0x172E0 "" "C390"
sampPatch[] = "NOP SetPlayerChatBubble"			&0 0 0xB8D0  "" "C390"
sampPatch[] = "NOP ShowPlayerDialog"			&0 0 0xBA30  "" "C390"
sampPatch[] = "Mute Player Chat"				&0 0 0xDB40 "" "C390"
sampPatch[] = "Mute Server Chat"				&0 0 0xAEE0 "" "C390"
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
271
sampPatch[] = "NOP ShowTextDraw" &0 1 0x17430 "" "C390"

The first (&0) is the key, which is invalid and the next 1 is on/off, 1 for on, 0 for off.
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
271
Did you make a back before you edited? Put that back see if you still crash might not be s0beit related. You can delte the whole NOP line of your choice.
 

DarkShadow

Active member
Joined
Aug 11, 2013
Messages
55
Reaction score
0
I am re installing my whole gta then will install trollbiet again so can you give me the whole text of the trollbiet.ini file with it edited so i can see the date and time? Also i can see players name tags from far but i want to see them from the normal distance that is set up on the server not the defuclt samp distance.
 

DarkShadow

Active member
Joined
Aug 11, 2013
Messages
55
Reaction score
0
I don't have trollbeit, just delete from mod_sa.ini this line
"sampPatch[] = "NOP ShowTextDraw" &0 1 0x17430 "" "C390"
So i should not delete it from the trollbeit.ini and delete from the mod_sa.ini?
 

DarkShadow

Active member
Joined
Aug 11, 2013
Messages
55
Reaction score
0
Ok you will get a "thanks" for that it worked but i have one more problem which is the player name tag distance.
Before i downloaded trollbiet i could see the name tag of a player upclose but now i can see it from far even if i have it togged off. I know there is a way to set it back to samp defeuclt but the server i play on has its own custom distance so is there a way to get that distance?
 
Top