I tried to exactly do what you have said but for some reason it doesnt seem to work
I created a new .lpr file in /Includes named "buttons".
I placed the name in addonused: include( "./buttons.lpr");
But still....
This is how the file looks:
<?php
Sub SA_Test_1 ( $userName, $id )
openPrivButton( "test_button",25,28,150,10,5,-1,0,"This is a test", "" );
EndSub
?>
RegisterZoneAction( "MyZone", "BL1" , 0 , SA_Test_1, "" );
I also tried to place Insim Circles in my created map with the "0 identification" but i still got no reaction.
This is probably a stupid beginner mistake...
Cloud you please explain this??
Thanks
(also the welcome text doesnt show when i include the "buttons"file.)