mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 07:44:08 +00:00
more script
This commit is contained in:
parent
9b23e33c36
commit
3e64274f6b
6 changed files with 120 additions and 56 deletions
|
@ -485,7 +485,7 @@ CPickups::RemovePickUp(int32 pickupIndex)
|
|||
}
|
||||
|
||||
int32
|
||||
CPickups::GenerateNewOne(CVector pos, uint32 modelIndex, uint8 type, uint32 quantity)
|
||||
CPickups::GenerateNewOne(CVector pos, uint32 modelIndex, uint8 type, uint32 quantity, uint32 rate, bool highPriority, wchar* pText)
|
||||
{
|
||||
bool bFreeFound = false;
|
||||
int32 slot = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue