Just save the pointer in a self delcared variable:
Code:
ENTITY *pPlayer = NULL; //Global
...
pPlayer = me; //In your entity action



or use the predefined pointer called "player"

Last edited by Ch40zzC0d3r; 12/15/14 10:03.