PRC8 content update
PRC8 content update. Full compile.
This commit is contained in:
@@ -3,5 +3,8 @@
|
||||
void main()
|
||||
|
||||
{
|
||||
NUI_HandleEvents(GetLastPlayerToSelectTarget());
|
||||
}
|
||||
// Get the last player to use targeting mode
|
||||
object oPC = GetLastPlayerToSelectTarget();
|
||||
|
||||
NUI_HandleEvents(oPC);
|
||||
}
|
Reference in New Issue
Block a user