diff --git a/event_api.inc b/event_api.inc index 11fb763..bddb0c9 100644 --- a/event_api.inc +++ b/event_api.inc @@ -49,4 +49,8 @@ public API_OnPlayerSpawnInEvent(playerid, id) { CallLocalFunction("OnPlayerSpawnInEvent", "i", playerid); } return 1; +} + +stock RemovePlayer(playerid) { + CallRemoteFunction("RemovePlayerFromEvent", "i", playerid); } \ No newline at end of file