Toad.lua 3.3 KB

1234567891011121314151617181920
  1. --[[
  2. Script Name : SpawnScripts/GMHall/Toad.lua
  3. Script Author : TyroneSWG
  4. Script Date : 2019.01.14 03:01:44
  5. Script Purpose : Test, can be nuked later.
  6. :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function hailed(NPC, Spawn)
  11. FaceTarget(NPC, Spawn)
  12. local modeltable = {382,383,507,508,607,617,618,631,634,646,842,985,986,990,1326,1369,1805,1806,1807,1808,1809,1810,1811,1812,1814,2111,2745,3713,4124,4308,4835,5721,5997,6673,6828,6829,6830,6831,6832,6833,6834,6835,6836,6837,6838,6839,6840,6841,6842,6843,6844,6845,6846,6847,6848,6849,6850,6851,6852,6853,6854,6855,6856,6857,6858,6909,6917,6918,6919,6920,6921,7183,7206,7213,7214,7215,7216,7218,7219,7220,7221,7222,7223,7228,7229,7242,7243,7244,7313,7320,7322,7980,7981,8128,8129,8136,8141,8142,8189,8190,8191,8192,8193,8210,8211,8226,8227,9010,9024,9031,9032,9033,9112,9113,9114,9455,9531,9732,9733,9734,9735,9736,9737,9738,9739,9740,9741,9742,9743,9744,9745,9746,9747,9784,9785,9786,9963,9964,9970,9971,9972,9973,9974,9975,9976,9977,9978,9989,10169,10170,10171,10172,10173,10174,10175,10176,10177,10178,10440,10441,10442,10443,10467,10978,10983,10984,10985,11059,11347,12343,12449,12606,12739,12987,12988,12989,12990,12991,12992,13320,13321,13569,13836,13845,13846,13851,13905,13944,14054,14055,14112,14314,14332,14334,14335,14336,14337,14338,14339,14386,14387,14388,14419,14420,14421,14422,14464,14498,14759,14760,14767,14768,14946,15364,15379,15381,15396,15487,15535,15536,15537,15538,15539,15540,15541,15542,15543,15544,15545,15546,15547,15548,15549,15550,15551,15552,15553,15554,15555,15556,15557,15558,15559,15560,15561,15563,15564,15565,15566,15584,15594,15595,15596,15597,15598,15634,15639,15640,15641,15643,15654,15675,15729,15730,15738,15739,15740,15741,15835,15842,15843,15844,15857,15861,15862,15863,15864,16130,16181,16182,16183,16195,16204,16237,16294,16307,16317,16318,16338,16339,16352,16386,16393,16964,17082,17083,17084,17085,17131,17132,17415,17509,17594,17695,17696,17697,17698,17699,17700,17701,17702,17834,17859,17860,17861,17862,17863,17864,17865,17866,17867,17868,17869,17870,18011,18182,18183,18184,18185,18186,18187,18188,18189,18190,18243,18358,18370,18371,18372,18373,18374,18471,18475,18476,18477,18478,18479,18480,18481,18483,18484,18485,18486,18693,18724,18743,18759,18765,18766,18767,18768,18989,18990,18991,19052,19081,19082,19189,19362,19363,19364,19365,19366,19367,19447,19680,19683,19934,19935,19950,19951,19952,19964,20021,20200,20303,20344,20454,20455,20513,20783,20894,20948,20949,20950,21102,21107,21108,21116,21117,21118,21161,21162,21163,21164,21216,21319,21585,21586,21641,21642,21643,21644,21645,21646,21647,21948,22172,22173,22174,22238,22307,22425,22435,22881,23277,23278,23284,23297,23298,23334,23381,23469,23470,23476,23478,23598,23624,23649,23655,23683,23711,23712,23713,23714,23744,23745,23746,23747,23748,23749,23750,23751,23977,24059,24082,24083,24084,24222,24380,24467,24470,24630,24725,24726,24841,24842,24843,24844,24845,24856,24936,24938,24940,24968,24975,24976,24987,25001,25148,25149,25150,25162,25163,25171,25172,25173,25174,25175,25235,25246,25247,25248,25333,25391,25423,25454,25462,25734,25770,25833,25836,25837,25849,25851,25852,25853,25863,25864,25865,25878,25879,25880,25924,25925,25926,25927,25992,26049,26126};
  13. SetModelType(NPC, modeltable[math.random(#modeltable)])
  14. end