Rename ztele functions to use new module prefix naming convention.

The underscore makes it easier to see the real function name because it visualy separates the prefix.
This commit is contained in:
Richard Helgeby
2015-03-29 18:42:04 +02:00
parent 400856e554
commit 1ef060258f
8 changed files with 75 additions and 73 deletions

View File

@ -189,7 +189,7 @@ public Action:EventPlayerSpawn(Handle:event, const String:name[], bool:dontBroad
RoundStartOnClientSpawn(index);
SEffectsOnClientSpawn(index);
RespawnOnClientSpawn(index);
ZTeleOnClientSpawn(index);
ZTele_OnClientSpawn(index);
ZHPOnClientSpawn(index);
VolOnPlayerSpawn(index);
ImmunityClientSpawn(index);
@ -291,7 +291,7 @@ public Action:EventPlayerDeath(Handle:event, const String:name[], bool:dontBroad
RespawnOnClientDeath(index, attacker, weapon);
NapalmOnClientDeath(index);
ZSpawnOnClientDeath(index);
ZTeleOnClientDeath(index);
ZTele_OnClientDeath(index);
ZHPOnClientDeath(index);
VolOnPlayerDeath(index);
RoundEndOnClientDeath();