| 38 | |
| 39 | using namespace Poseidon; |
| 40 | static RStringB* GetNetStrings(int& count) |
| 41 | { |
| 42 | static RStringB NetStrings[] = { |
| 43 | // weapons and magazines |
| 44 | "M16", |
| 45 | "AK74", |
| 46 | "HandGrenade", |
| 47 | "M60", |
| 48 | "M4", |
| 49 | "Put", |
| 50 | "Throw", |
| 51 | "NVGoggles", |
| 52 | "CarHorn", |
| 53 | "TruckHorn", |
| 54 | |
| 55 | "AK47", |
| 56 | "KozliceBall", |
| 57 | "KozliceShell", |
| 58 | "M21", |
| 59 | "GrenadeLauncher", |
| 60 | "AK47CZ", |
| 61 | "Kozlice", |
| 62 | "AK47GrenadeLauncher", |
| 63 | |
| 64 | "SmokeShell", |
| 65 | "Binocular", |
| 66 | "Bullet7_6W", |
| 67 | "Bullet12_7W", |
| 68 | "Bullet7_6E", |
| 69 | "Bullet12_7E", |
| 70 | "Bullet7_6G", |
| 71 | "Bullet12_7G", |
| 72 | |
| 73 | "BulletBurstW", |
| 74 | "BulletSingleW", |
| 75 | "BulletFullAutoW", |
| 76 | "BulletBurstE", |
| 77 | "BulletSingleE", |
| 78 | "BulletFullAutoE", |
| 79 | "BulletBurstG", |
| 80 | "BulletSingleG", |
| 81 | "BulletFullAutoG", |
| 82 | |
| 83 | "ZsuCannon", |
| 84 | "MachineGun7_6", |
| 85 | "Wire", |
| 86 | "PK", |
| 87 | "AT3Launcher", |
| 88 | "Heat73", |
| 89 | "Gun73", |
| 90 | "AK74SU", |
| 91 | "Shell73", |
| 92 | "Heat120", |
| 93 | "Gun120", |
| 94 | "Shell120", |
| 95 | "RPGLauncher", |
| 96 | "LAWLauncher", |
| 97 | "StrokeFist", |