Search results

  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 )...
  2. Internauta

    My Server doesn't appear in server list

    Hi all, I have a problem with the creation of server and steam and I hope you know help me. When I create a server it works, but it doesn't appear both in the Internet server list and in the LAN server list. I tried in many ways such as: Set in console sv_lan 0, sv_region 3 (europe) I opened...
Top Bottom