fixed forwards passing floats as cells to the core
fixed pfn_playbackevent missing a parameter
This commit is contained in:
@ -254,7 +254,7 @@ forward client_impulse(id, impulse);
|
||||
forward pfn_think(entid);
|
||||
|
||||
/* Called when an event is played */
|
||||
forward pfn_playbackevent(flags, entid, eventid, Float:delay, Float:Origin[3], Float:Angles[3], Float:fparam1, Float:fparam2, iparam1, iparam2, bparam2);
|
||||
forward pfn_playbackevent(flags, entid, eventid, Float:delay, Float:Origin[3], Float:Angles[3], Float:fparam1, Float:fparam2, iparam1, iparam2, bparam1, bparam2);
|
||||
|
||||
/* Called when an entity gets a keyvalue set on it from the engine (ie: map load) Use copy_keyvalue to get the keyvalue information */
|
||||
forward pfn_keyvalue(entid);
|
||||
|
Reference in New Issue
Block a user