Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prontera,155,181,5 script Sample 757,{
- set .@name$,strcharinfo(0);
- for( set .@i,0; .@i < .size; set .@i,.@i + 1 )
- if( .char_name$[.@i] == .@name$ ){
- mes "You name is in the list...";
- getitem 512,1;
- getitem 512,1;
- getitem 512,1;
- close;
- }
- close;
- OnInit:
- setarray .char_name$,"NAME","NAME","NAME";
- set .size,getarraysize( .char_name$ );
- end;
- }
Advertisement
Add Comment
Please, Sign In to add comment