Advertisement
S4T3K

Pour Allen

Jan 18th, 2014
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.90 KB | None | 0 0
  1.     new mobj = random(8)
  2.         switch(mobj)
  3.         {
  4.             case 1:
  5.             {
  6.                 mouchard[playerid] = CreateObject(1718, x, y, z, 0.0, 0.0, 0.0);
  7.             }
  8.             case 2:
  9.             {
  10.                 mouchard[playerid] = CreateObject(1719, x, y, z, 0.0, 0.0, 0.0);
  11.             }
  12.             case 3:
  13.             {
  14.                 mouchard[playerid] = CreateObject(1782, x, y, z, 0.0, 0.0, 0.0);
  15.             }
  16.             case 4:
  17.             {
  18.                 mouchard[playerid] = CreateObject(1783, x, y, z, 0.0, 0.0, 0.0);
  19.             }
  20.             case 5:
  21.             {
  22.                 mouchard[playerid] = CreateObject(1785, x, y, z, 0.0, 0.0, 0.0);
  23.             }
  24.             case 6:
  25.             {
  26.                 mouchard[playerid] = CreateObject(1787, x, y, z, 0.0, 0.0, 0.0);
  27.             }
  28.             case 7:
  29.             {
  30.                 mouchard[playerid] = CreateObject(1788, x, y, z, 0.0, 0.0, 0.0);
  31.             }
  32.             case 8:
  33.             {
  34.                 mouchard[playerid] = CreateObject(1790, x, y, z, 0.0, 0.0, 0.0);
  35.             }
  36.             default:
  37.             {
  38.                 mouchard[playerid] = CreateObject(1783, x, y, z, 0.0, 0.0, 0.0);
  39.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement