Advertisement
Guest User

Untitled

a guest
May 18th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.45 KB | None | 0 0
  1. []spawn {
  2.           MY_unik_Action = player addAction ["Mon action",{
  3.  
  4.           hintC format ["PropiĆ©taire de l'action : %1\n\n celui qui appel l'action : %2\n\nTitre de l'action :%3\n\nArguments l'action : %4\n\nID de l'action : %5", (_this select 0),(_this select 1),(_this select 2),(_this select 3),MY_unik_Action];
  5.           (_this select 0) removeAction MY_unik_Action;
  6.           MY_unik_Action = nil;
  7.          },["yolo",123],0,true,false,"",""];};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement