View Single Post
Author Message
impossible89
Member
Join Date: Jun 2020
Old 05-01-2021 , 08:18   Maximum clean Headshot plugin
Reply With Quote #1

If possible, someone can completely clear the code, leaving only the hood message at the top right with the captions

Code:
Your first Headshot
HEADSHOT : Rankings
Good job !!!
Great !!!
Unbelievable !!!
for these inscriptions I mean:

Code:
new HUD_COL[3]        = {0,80,220}
new Float:HUD_POS[2]  = {-1.0,0.3}
new HUD_CHN           = 10

new HUD_COL2[3]       = {0,80,220}
new Float:HUD_POS2[2] = {0.0,0.2}
new HUD_CHN2          = 9

new titleMotd[30] = "HEADSHOT : Rankings"
new textSup50[25] = "Unbelievable !!!"
new textSup20[25] = "Great !!!"
new textSup10[25] = "Good job !!!"
new textSup1[25]  = ""
new textFirst[25] = "Your first Headshot"
new textHS[25]    = "Headshots"
new textRank[25]  = "Rank :"
new textFrags[25] = "Frags"
new noHeadshot[50]= "No Headshot, try later"
also to stay the command / hsall by opening MOTD - window everything else to remove !!!


to obtain in this way


































Attached Files
File Type: sma Get Plugin or Get Source (headshot_deluxe.sma - 133 views - 27.3 KB)
impossible89 is offline