script 500-599

This commit is contained in:
Nikolay Korolev 2019-10-26 17:16:39 +03:00
parent d579ee1b64
commit 542e746f66
1 changed files with 1 additions and 0 deletions

View File

@ -3680,6 +3680,7 @@ int8 CRunningScript::ProcessCommandsFrom400To499(int32 command)
CPlayerPed* pPed = CWorld::Players[ScriptParams[0]].m_pPed;
assert(pPed);
pPed->m_nSelectedWepSlot = pPed->GiveWeapon((eWeaponType)ScriptParams[1], ScriptParams[2]);
return 0;
}
case COMMAND_GIVE_WEAPON_TO_CHAR:
{