[CLOSED] Accepting request

Status
Not open for further replies.

shawnn

New member
Joined
Aug 9, 2019
Messages
2
Reaction score
0
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): Auto Litefoot
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): I didn't saw it
3. What do you want (the most important part, explain this carefully): Like quickbind on any key for example Q and it switchs between spas/deagle/spas so i can perform litefoot
4. Details (add more details to your request): As i said bind so i can fast switch and perform litefoot
5. Need On/off key or command ?: F12
6. Which client your server use?: 0.3.7
7. Give any picture or video: no pic no vid
 

Anticheat

Member
Joined
Dec 31, 2018
Messages
5
Reaction score
0
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): N/A
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): N/A
3. What do you want (the most important part, explain this carefully): Car names and map locations show on screen just like single player.
4. Details (add more details to your request): The single player feature enabled and works for SAMP.
5. Need On/off key or command ?: No.
6. Which client your server use?: 0.3.7 R2.
7. Give any picture or video: https://gyazo.com/aaa6e8956e8a012fede7372e344978d6 - Bottom right of the screen.
 

Luciano

Member
Joined
Jul 4, 2016
Messages
18
Reaction score
0
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): Realtime clock
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): Youtube but for 0.3.7
3. What do you want (the most important part, explain this carefully): Show realtime clock, 2 file cs and txt for edit position, another font for Name i need classic looklike clock
5. Need On/off key or command ?: No Key/Auto show
6. Which client your server use?: 0.3.DL
7. Give any picture or video:
8. You use SAMPFUNCS?: No
(( Im not good Eng but very thank you ))
 

kungdun

Active member
Joined
Feb 16, 2017
Messages
31
Reaction score
0
Request form.:
1.
Name of the mod (if the mod doesn't exist, you don't have to tell one): Bullet Counter
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): N/A (my idea)
3. What do you want (the most important part, explain this carefully): Whenever I shoot my gun, I want it to appear in the bottom right corner displaying a stat of how many times I've shot in the gamemode so far. So, for example, say I shoot once, in the bottom right corner it will display "1" indicating I've shot one time so far.
4. Details (add more details to your request): Make the text yellow
5. Need On/off key or command ?: No
6. Which client your server use?: 0.3DL
7. Give any picture or video: No
8. You use SAMPFUNCS?: No
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,115
Solutions
5
Reaction score
879
Location
Lithuania
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): N/A
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): N/A
3. What do you want (the most important part, explain this carefully): Car names and map locations show on screen just like single player.
4. Details (add more details to your request): The single player feature enabled and works for SAMP.
5. Need On/off key or command ?: No.
6. Which client your server use?: 0.3.7 R2.
7. Give any picture or video: https://gyazo.com/aaa6e8956e8a012fede7372e344978d6 - Bottom right of the screen.
PHP:
{$CLEO .cs}

0000:

wait 8500


WHILE TRUE
    WAIT 0
    
0AB1: @DRAW_CAR_NAME 0 
0AB1: @DRAW_ZONE_NAME 0 

END

:DRAW_CAR_NAME
IF
00DF:   actor $PLAYER_ACTOR driving
THEN
    03C0: 0@ = actor $PLAYER_ACTOR car
    0441: 1@ = car 0@ model
    0AC8: 2@ = allocate_memory_size 260
    0ADB: 2@s = car_model 1@ name
    03F0: enable_text_draw 1
    0342: set_text_draw_centered 1
    03E0: draw_text_behind_textures 0
    0340: set_text_draw_RGBA 0 255 0 255
    033F: set_text_draw_letter_size width 0.300 height 1.200
    081C: draw_text_outline 1 RGBA 0 0 0 255        
    0349: set_text_draw_font 2
    033E: set_draw_text_position 550.0 400.0 GXT 2@s
END
0AB2: ret 0

:DRAW_ZONE_NAME
IF
00DF:   actor $PLAYER_ACTOR driving
THEN
    04C4: store_coords_to 0@ 1@ 2@ from_actor $PLAYER_ACTOR with_offset 0.0 0.0 0.0
    0AC8: 3@ = allocate_memory_size 260
    0843: get_zone_at 0@ 1@ 2@ nameA_to 3@s // 8-byte string
    03F0: enable_text_draw 1
    0342: set_text_draw_centered 1
    03E0: draw_text_behind_textures 0
    0340: set_text_draw_RGBA 255 255 255 255
    033F: set_text_draw_letter_size width 0.600 height 1.400
    081C: draw_text_outline 1 RGBA 0 0 0 255        
    0349: set_text_draw_font 0
    033E: set_draw_text_position 550.0 410.0 GXT 3@s
END
0AB2: ret 0
 

Luciano

Member
Joined
Jul 4, 2016
Messages
18
Reaction score
0
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): N/A
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not):N/A
3. What do you want (the most important part, explain this carefully): we can see the text in server through wall, look like wall hack but for text or checkpoin text
4. Details (add more details to your request):
We can see text so far and through wall ( not through wall and enough far in server )
5. Need On/off key or command ?: CHECKTEXT
6. Which client your server use?: 0.3.DL
7. Give any picture or video:N/A
8. You use SAMPFUNCS?: No
 

Attachments

  • sa-mp-008.png
    sa-mp-008.png
    1.6 MB · Views: 45

McAwesome

Well-known member
Joined
Apr 7, 2014
Messages
208
Reaction score
1
http://ugbase.eu/index.php?threads/snippet-samp-textdraw.20436/

PHP:
:SampTextDraw
{
    0AB1: @SampTextDraw 2 ID 0@ Status 1 // 1 = show , 0 = hide
    0.3.DL
}
0AA2: 2@ = load_library "samp.dll"
2@ += 0x2ACA24
0A8D: 2@ readMem 2@ sz 4 vp 0
2@ += 0x4
0A8D: 2@ readMem 2@ sz 4 vp 0
2@ += 0x1B8
0A8D: 2@ readMem 2@ sz 4 vp 0
0@ *= 0x4
005A: 2@ += 0@
0A8C: writeMem 2@ sz 4 vl 1@ vp 0
0AB2: 0
Yo, thanks. Just one thing. I can't wrap my head as to how to add keys to activate and deactivate it. I'm new to C#
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,115
Solutions
5
Reaction score
879
Location
Lithuania
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): Auto Litefoot
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): I didn't saw it
3. What do you want (the most important part, explain this carefully): Like quickbind on any key for example Q and it switchs between spas/deagle/spas so i can perform litefoot
4. Details (add more details to your request): As i said bind so i can fast switch and perform litefoot
5. Need On/off key or command ?: F12
6. Which client your server use?: 0.3.7
7. Give any picture or video: no pic no vid
i haven't experience make it.
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,115
Solutions
5
Reaction score
879
Location
Lithuania
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): N/A
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not):N/A
3. What do you want (the most important part, explain this carefully): we can see the text in server through wall, look like wall hack but for text or checkpoin text
4. Details (add more details to your request):
We can see text so far and through wall ( not through wall and enough far in server )
5. Need On/off key or command ?: CHECKTEXT
6. Which client your server use?: 0.3.DL
7. Give any picture or video:N/A
8. You use SAMPFUNCS?: No
I don't know, sorry.
 
Last edited:

Luciano

Member
Joined
Jul 4, 2016
Messages
18
Reaction score
0
I don't know, sorry.
1. Name of the mod (if the mod doesn't exist, you don't have to tell one): Realtime clock
2. Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): Youtube but for 0.3.7
3. What do you want (the most important part, explain this carefully): Show realtime clock, 2 file cs and txt for edit position, another font for Name i need classic looklike clock
5. Need On/off key or command ?: No Key/Auto show
6. Which client your server use?: 0.3.DL
7. Give any picture or video:
8. You use SAMPFUNCS?: No
(( Im not good Eng but very thank you ))
can you make it for 0.3.DL but change font, thanks you very much
 

McAwesome

Well-known member
Joined
Apr 7, 2014
Messages
208
Reaction score
1
http://ugbase.eu/index.php?threads/snippet-samp-textdraw.20436/

PHP:
:SampTextDraw
{
    0AB1: @SampTextDraw 2 ID 0@ Status 1 // 1 = show , 0 = hide
    0.3.DL
}
0AA2: 2@ = load_library "samp.dll"
2@ += 0x2ACA24
0A8D: 2@ readMem 2@ sz 4 vp 0
2@ += 0x4
0A8D: 2@ readMem 2@ sz 4 vp 0
2@ += 0x1B8
0A8D: 2@ readMem 2@ sz 4 vp 0
0@ *= 0x4
005A: 2@ += 0@
0A8C: writeMem 2@ sz 4 vl 1@ vp 0
0AB2: 0
Parazitas I would love it if you would make it with keys to hide and show like (home hide, end show)
 
Status
Not open for further replies.
Top