PRC8 content update

PRC8 content update.  Full compile.
This commit is contained in:
Jaysyn904
2024-12-28 22:38:01 -05:00
parent 983030ff1e
commit f8835e0b32
373 changed files with 3921 additions and 7440 deletions

View File

@@ -3,5 +3,8 @@
void main()
{
NUI_HandleEvents(GetLastPlayerToSelectTarget());
}
// Get the last player to use targeting mode
object oPC = GetLastPlayerToSelectTarget();
NUI_HandleEvents(oPC);
}