(SOLVED) [Mod] Switching Weapon doesn't work
Featured Replies
Эта тема закрыта для публикации сообщений.
Сейчас на странице 0
- Нет пользователей, просматривающих эту страницу
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
Используя этот сайт, вы соглашаетесь Условия использования.
Hey guys.
I don't know why, but this code doesn't work (red):
self takeAllWeapons(); self giveWeapon( "deserteagle_tactical_mp", 0, true ); self setWeaponAmmoClip( "deserteagle_tactical_mp", 0 ); self setWeaponAmmoStock ( "deserteagle_tactical_mp", 0 ); self switchToWeapon("deserteagle_mp"); //This oneI've the weapon, without ammo, but it doesn't switch to the weapon. Why? :/
I've put it in the onPlayerSpawned() thread.
- SerPo