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.

Featured Replies

"¢ Pseudo IG : Over Bleeding

"¢ SteamID : STEAM_0:0:19671668

"¢ Lien vers topic de présentation :

"¢ Nom de la team : Bleeding Fantasy

"¢ URL du site/forum de la team : En cour de création mais si sa vous le souhaité : bleeding-fantasy.com

 

 

"¢ Description du plugin souhaité (détaillée a fond) : Je suis à la recherche d'un plugin qui pourrait ajouter de la vie (+10) a un VIP, un kevlar (+25) Associer au flags "s"

 

Si il vous serez possible de me fournir sa ce serait super pour pouvoir encore mieux vous aidez dans votre projet VIP BETA.

 

Cordialement Over Bleeding.

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);
}
}

Edited by azik

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

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.