side Posted February 21, 2022 Share Posted February 21, 2022 Hello, excuse me How can I make this line in the mta world kill a player with a timer set? addEventHandler("onClientRender", root, function() dxDrawLine3D(-1058.939453125, -1038.9775390625, 129.21875, -1058.939453125, -959.560546875, 129.21875, tocolor(255, 0, 0, 255), 25)--rojo dxDrawLine3D(-1063.49609375, -1038.6083984375, 129.21875, -1063.49609375, -959.8740234375, 129.21875, tocolor(255, 0, 0, 255), 25)--rojo dxDrawLine3D(-1068.0849609375, -1038.046875, 129.21875, -1068.0849609375, -960.078125, 129.21875, tocolor(255, 0, 0, 255), 25)--rojo dxDrawLine3D(-1072.7587890625, -1037.7099609375, 129.21875, -1072.7587890625, -960.310546875, 129.21875, tocolor(255, 0, 0, 255), 25)--rojo dxDrawLine3D(-1077.3701171875, -960.125, 129.21875, -1077.3701171875, -1037.7548828125, 129.21875, tocolor(255, 0, 0, 255), 25)--rojo dxDrawLine3D(-1081.8896484375, -1037.5234375, 129.21875, -1081.8896484375, -960.166015625, 129.21875, tocolor(255, 0, 0, 255), 25)--rojo dxDrawLine3D( -1086.56640625, -959.869140625, 129.21875, -1086.56640625, -1036.8837890625, 129.21875, tocolor(255, 0, 0, 255), 25)--rojo dxDrawLine3D(-1091.25390625, -1036.046875, 129.21875, -1091.25390625, -959.77734375, 129.21875, tocolor(255, 0, 0, 255), 25)--rojo dxDrawLine3D(-1095.8359375, -959.755859375, 129.21875, -1095.8359375, -1035.5361328125, 129.21192932129, tocolor(255, 0, 0, 255), 25)--rojo dxDrawLine3D(-1100.392578125, -1035.005859375, 129.21192932129, -1100.392578125, -959.66015625, 129.21875, tocolor(255, 0, 0, 255), 25)--rojo dxDrawLine3D(-1104.919921875, -959.751953125, 129.21875, -1104.919921875, -1034.32421875, 129.21875, tocolor(255, 0, 0, 255), 25)--rojo end ) Link to comment
iNawaF Posted February 22, 2022 Share Posted February 22, 2022 local screenW, screenH = guiGetScreenSize() Add this to show the font and sizes for everyone mta Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now