hello all well like i said im going to release it im going to make a simple version Sunday (my time)
code will be in my next post here
code will be in my next post here
Sub MA_KB1()
openPrivButton( "2man212",52,130,5,25,1,12,32,"12");
openPrivButton( "2man212a",32,130,20,10,1,12,32,"12A");
DelayedCommand( 3, MA_KB2 );
EndSub
Sub MA_KB2( $KeyFlags, $id )
openPrivButton( "2man212a",52,130,20,10,1,9,32,"12A");
DelayedCommand( 3, MA_KB3 );
EndSub
Sub MA_KB3 ( $KeyFlags, $id )
openPrivButton( "2man212a",52,130,20,10,1,14,32,"12A");
EndSub
9/18/2009 12:44:43 PM -> Syntax error in cfg file "server 6 5_844.lpr" at line #1634
You can't use openprivbutton in this context, not a player event
Function 'ma_kb2' script aborted
openPrivButton( "txt",0,0,1,1,1,10,0," ",start_race ); [COLOR=blue]# 10sec timer[/COLOR]
Sub start_race( $KeyFlags,$id )
cmdLFS( "/restart" );
EndSub