Spread Values
Good evening ,or morning...don't know
I wanna make plugin which shows message if player defused bomb 1 second before explosion, but I encountered an error. How can I make value, that uses not only in one public? Hope you understood. Code:
#include <amxmodx>Thanks for participating |
Re: Spread Values
define the 2 variables globally (above plugin_init, under includes), assign the values the same basically just remove "new Float:" from both.
|
Re: Spread Values
If I understood you correctly, variables which assigned in globally will changes from event to event globally too?
Code:
#include <amxmodx> |
Re: Spread Values
At the top just declare both, don't assign any value here. new Float:variable
|
Re: Spread Values
Thanks Bugsy
|
| All times are GMT -4. The time now is 14:22. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.