Quote:
Originally Posted by YamiKaitou
Indent properly and the Loose Indentation warnings will disappear. Or, you can ignore the warnings and your plugin will work just fine
|
So when It says like: Loose Indentation
That just means that I have to Indent properly?
Quote:
Originally Posted by wickedd
PHP Code:
public plugin_init( ) { register_event( "TextMsg", "Event_GameWillRestartIn", "a", "2=#Game_will_restart_in" ) }
public Event_GameWillRestartIn( ) { count = 0 }
|
wicked, still... I changed map on my server, then menu doesn't show up -> GOOD!
I made 2 restarts from amxmodx menu and on 3rd time It showed me a menu...
How can I make it? Or maybe I am not doing something right?
__________________