Liens Counter Strike Source | Mods et plugins
- Mardi 18 décembre 2007
- Ecrire commentaire
Mods et plugins pour serveur dédié :
| Mani-admin-plugin.com | C0ld.net | Mattie.info |
| Eventscripts | Esforces.com | |
Archives pour la categorie ‘Liens Counter Strike Source’
Mods et plugins pour serveur dédié :
| Mani-admin-plugin.com | C0ld.net | Mattie.info |
| Eventscripts | Esforces.com | |
Skins :
| fpsbanana | frenchyskins | counter-strike-dl |
| cs-fairplay.com | CssBase | Rush no Camp |
Skins Admin (compatible Mani Admin)
| Beetlesmod | ICS Base | CSNation |
CSS :
Forum sur CSS
![]()
http://www.esfrance.net/fr/home/support/faq/steam
mkdir /steam ; cd /steam
wget http://www.steampowered.com/download/hldsupdatetool.bin
chmod a+x hldsupdatetool.bin
./hldsupdatetool.bin
./steam -command update -game "Counter-Strike Source" -dir /steam
./steam -command update -game "Counter-Strike Source" -dir /steam
./steam -command update -game "Counter-Strike Source" -dir /steam -verify_all
./srcds_run -console -game cstrike +ip xxx.xxx.xxx.xxx +maxplayers 32 +map de_dust
vi /bin/steam
#!/bin/bash
cd /steam
/bin/echo "Donner le nom d'une map a lancer :"
read map
./srcds_run -console -game cstrike +ip 192.168.0.250 +maxplayers 32 +map $map
chmod 755 /bin/steam