amxxecxrespawn

  1. Internauta

    [AMXX-ECX]Respawn Dragonballs

    Hi all, I decided to make a plugin that respawns the dragonballs (to use for example when a player throws them out of the map), I wrote this function: public respawn( id, level, cid ) { if( get_pcvar_num( CvarEnable ) ) { for( new i=0; i<=6; i++ ) RemoveDragonball( i )...
Top Bottom