NoScopeMode
I just read over all of the "sniper" plugins i could find becasue im trying to make a plugin that lets you have unlittied ammo and only gives you a scout but its no scope ONLY. :) So If Any One Could Help??? Would Be Great
|
You could try this, don't know if it will work:
Code:
|
Ok I Got This:
Code:
|
Use set_hudmessage() and show_hudmessage(). Also, this plugin will help you with the placement. :)
|
how would i toggle the hud_message for when the plugin is turned on or off.... example "No Scope Mode Has Just Been Enabled" or when you turn it off it says "No Scope Mode Has Now Been Disabled" plz help
|
Something like this:
Code:
Command: amx_scope <1|0> Cvar: amx_noscope <1|0> |
Code:
Cant Get This To Work Wut Am I Doing Wrong??? |
Try this
Code:
Note: You didnt need fun module included.. Also, you should follow the naming conventions used for CVARs and AMX commands, like: Cvars start with 'sv_', which stands for 'Server Variable' Commands start with 'amx_' which is self-explanitory.. (or 'amxx_') Just helps users remember the command/cvar name.. Editted to reflect Avalanches keen eye from post below :D (using all default values of course...) |
I think the problem here is that he isn't using set_hudmessage at all but trying to show one...
|
:shock: :oops: I Totally missed that!! :P Good eye Avalanche!
I editted my post above, added: (from amxmodx.inc) Code:
|
| All times are GMT -4. The time now is 09:56. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.