LUA Help help wall hack samp lua

malonex

Member
Joined
Nov 22, 2023
Messages
7
Solutions
1
Reaction score
0
Is it possible to use a 'wallhack' to locate specific text on the server? If so, how?
 

SobFoX

Expert
Joined
Jul 14, 2015
Messages
1,433
Solutions
5
Reaction score
904
Location
Israel
Edit the package so that when you receive it, it will be at a high distance + through walls
{distance = 'float'}, {testLOS = 'bool8'}

INCOMING_RPCS[RPC.CREATE3DTEXTLABEL] = {'onCreate3DText', {id = 'uint16'}, {color = 'int32'}, {position = 'vector3d'}, {distance = 'float'}, {testLOS = 'bool8'}, {attachedPlayerId = 'uint16'}, {attachedVehicleId = 'uint16'}, {text = 'encodedString4096'}}
 
Top