Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- OnPCLogoutEvent:
- OnPCDieEvent:
- if( getarraysize( .Participant$ ) > 1 ){
- for( set .@i,0; .@i < getarraysize( .Participant$ ); set .@i,.@i + 1 )
- if( strcharinfo(0) == .Participant$[.@i] )
- deletearray .Participant$[.@i],1;
- }
- if( getarraysize( .Participant$ ) == 1 ){
- if( attachrid( getcharid( 3,.Participant$[0] ) ) ){
- getitem 607,1;
- getitem 608,2;
- getitem 512,3;
- announce "LMS Winner : "+.Participant$[0],0;
- mapwarp "guild_vs5","prontera",155,181;
- }
- }
- end;
Advertisement
Add Comment
Please, Sign In to add comment