Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. pay_arche,44,140,5 script lolini 833,{
  2.  
  3.  
  4. set .@instance, instance_create("INSTANCE NAME!", getcharid(1));
  5.  
  6.  
  7.  
  8. if( .@instance < 0 )
  9. {
  10. mes "Failed to create the instance!";
  11. close;
  12. }
  13.  
  14. for ( set .@i, 1; .@i <= 5; set .@i, .@i +1 ) {
  15.  
  16. if( instance_attachmap( .@i +"@payic0", .@instance) == "" )
  17. }
  18.  
  19. {
  20. instance_destroy(.@instance);
  21. mes "Failed to attach Pronterajail as a map!";
  22. close;
  23. }
  24. instance_attach(.@instance);
  25. instance_set_timeout(3600, 0, .@instance);
  26. instance_init(.@instance);
  27. set @id,getcharid(1);
  28. warpparty "1@payic0",92,99,@id;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement