View Single Post
Watch.Me.Win
Junior Member
Join Date: May 2019
Old 05-28-2019 , 14:15   Re: I need help for editing a plugin
Reply With Quote #3

Quote:
Originally Posted by Gabe Iggy View Post
Line 29
Code:
new idname[33] get_user_name(player, idname, charsmax(idname)) set_hudmessage(200, 0, 0, 0.06, 0.39, 1, 6.0, 5.0) show_hudmessage(0, "%s Bought Nemesis !!!", idname)

>>

Code:
new idname[33], message[32] get_user_name(player, idname, charsmax(idname)) formatex(message, charsmax(message), "%s Bought Nemesis !!!", idname) for(new x = 1, x<=MaxClients;x++) {     if(is_user_connected(x))     {         set_hudmessage(200, 0, 0, 0.06, 0.39, 1, 6.0, 5.0)         show_hudmessage(x, message)     } }
Untested

Also this is the wrong section, if you need further help use the Suggestion / Requests or Scripting Help forums.
Hello thank you for your help but i guess it doesn't work (see the picture) "https://ibb.co/FbMwHvb"
Watch.Me.Win is offline