ah, thanks now I understand it
I wanted to run the plugin only on that map and added this after register_plugin:
PHP Code:
new map[ 10 ];
get_mapname( map, charsmax( map ) );
if( equal( map, "surf_ski_2" ) )
{
but it says every time:
Quote:
|
Error: Expected token: "}", but found "-end of file-"
|