10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
#include "nui_i_main"
|
|
|
|
void main()
|
|
|
|
{
|
|
// Get the last player to use targeting mode
|
|
object oPC = GetLastPlayerToSelectTarget();
|
|
|
|
NUI_HandleEvents(oPC);
|
|
} |