Skip to content

Commit

Permalink
re-add RemovePlayer
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhitmire55 committed Oct 9, 2018
1 parent a816b1c commit 82f727d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions event_api.inc
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,8 @@ public API_OnPlayerSpawnInEvent(playerid, id) {
CallLocalFunction("OnPlayerSpawnInEvent", "i", playerid);
}
return 1;
}

stock RemovePlayer(playerid) {
CallRemoteFunction("RemovePlayerFromEvent", "i", playerid);
}

0 comments on commit 82f727d

Please sign in to comment.