16.02.2019, 13:21
Quote:
My code can not be fixed....? Because when I erase a symbol "&" so error is not, but servers will not show weapons
|
Quote:
Why not.
Код:
new WeaponsObject[] = { 1239,331,333,334,335,336,337,338, 339,341,321,322,323,324,325,326, 342,343,344,1239,1239,1239,346, 347,348,349,350,351,352,353,355, 356,372,357,358,359,360,361,362, 363,364,365,366,367,368,369,371 }; #define ReturnWeapon(%0) WeaponsObject[%0] CreateWeaponPickup(weaponid, Float:x, Float:y, Float:z) { weaponid = ReturnWeapon(weaponid); CreateDynamicPickup(weaponid, 1, x, y, z, -1, -1, -1, STREAMER_PICKUP_SD); return 1; } |