Advertisement
Guest User

Untitled

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