Remove a block in a map
Hi i remember there was a topic about copyrighting maps and they said the only way was adding a block at the spawn points so that they couldnt play and to play it you could make a plugin that removes this block anyone have a visual example on this would be helpful thanks:mrgreen:
|
Re: Remove a block in a map
To keep people from playing a map on a different server you can remove the spawn entities from the downloaded version of the map.
|
Re: Remove a block in a map
Or you could make the map with a solid block like you said on the spawn points and set it to a func_wall entity and give it a name, then in an ammx plugin search for those entites and remove them... easy...
but, for experienced mappers and/or scripters other people can remove that block too... they can get the name of the block and all that :} |
Re: Remove a block in a map
Yea but can atleast try :mrgreen:
Do you know how to do it? and if so could you show me the code with maybe small notes to understand? |
Re: Remove a block in a map
You know how to do the map ?
As for the code... PHP Code:
|
Re: Remove a block in a map
Yes i know how to do the map :P
But it didnt compile at least not in the webcompiler |
Re: Remove a block in a map
compile it locally and see what errors it returns...
also add plugin_init() ... |
Re: Remove a block in a map
Code:
#include <amxmodx>Quote:
|
Re: Remove a block in a map
whoops :)) include fakemeta :mrgreen:
|
| All times are GMT -4. The time now is 02:16. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.