Jump to content
View in the app

A better way to browse. Learn more.

Forum Supreme-Elite

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

azik

Utilisateur
  • Joined

  • Last visited

Everything posted by azik

  1. Aucun rapport avec SM, vue que on peut pas mettre des skins armes sur le serveur. (Ã part en client personnel pas en client public).
  2. azik replied to bestim's topic in Autres
    Je veux bien m'occuper du miroir, fin faire un pack des maps ze du serveur?
  3. Parcontre, j'ai une question: Comment mettre la 3ème personne?
  4. Pour ceux qui ont du mal,vous pouvez également avoir une vidéo d'installation:
  5. Bien une chose de chinois, c'est classe
  6. Partie KLEVAR: #include <sourcemod> #define Nk_creat "Kriax" #define Nk_Name "Kevlar Spawn" #define Nk_url "" #define Nk_version "1.0" #define Nk_desc "Donne un kevlar au respawn" new Handle:g_hArmor = INVALID_HANDLE new iArmor = 0; public OnPluginStart() { HookEvent("player_spawn", Event_PlayerSpawn); CreateConVar("sm_kevlar_spawn", Nk_version); g_hArmor = CreateConVar( "sm_kevlar_spawn", "25", "Armure au respawn"); AutoExecConfig(true, "sm_kevlar_spawn.txt"); } public OnMapStart() { iArmor = GetConVarInt(g_hArmor); } public Action:Event_PlayerSpawn(Handle:event, const String:name[], bool:dontBroadcast) { new client = GetClientOfUserId(GetEventInt(event, "userid")); if(IsClientInGame(client) && GetClientTeam(client) > 1) { if (g_hArmor != INVALID_HANDLE) SetEntProp(client, Prop_Send, "m_hArmorValue", iArmor); } }
  7. Oups, j'ai du mal voir. Merci du renseignement.
  8. Bonsoir, Possibilité d'avoir le plugins avec le flag R? Merci.
  9. Pourrais-ton, l'avoir aussi s'ilvousplait il m'intéresse?

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.