Side effect, [pawn], [small] and [php] are a bit broken. [code] is safe.
Code:
#include <amxmodx>
#include <fakemeta>
#include <engine>
public plugin_init()
{
new entity = create_entity( "trigger_changelevel" );
DispatchKeyValue( entity, "targetname", "test" );
DispatchKeyValue( entity, "landmark", "blablal" );
DispatchSpawn( entity );
}
__________________