yuhsing

Untitled

Jan 30th, 2013
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1.  
  2. - script Sample -1,{
  3. OnInit:
  4. bindatcmd "storage",strnpcinfo(0)+"::OnAtcommand";
  5. end;
  6. OnAtcommand:
  7. if( strcharinfo(3) != "mapname" ){
  8. openstorage;
  9. }
  10. end;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment