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

J'ai remarqué ceci :

gift[client] = 0;

 

Tu a repris le code de ton gift

 

?

Edited by Raijojp

  • Author
oui j'avais commencé mon gift bien avant de poster ce plugin tkt pas, je t'ai rep en MP.

Raijojp je comprendre pas trop se que tu me demande ? x)

 

Kriax.

  • Author
version stable compiler, me reste de joindre un fichier cfg pour régler la durée ainsi que le nombre de !block par round.

Pour cela ces simples, voici comment tu doit faire :

 

new Block[MAXPLAYERS+1];
new Handle:g_iExemple;
new Handle:g_iExemple2;
new Handle:g_Exemple2 = 0;

 

public OnPluginStart()
{
g_iExemple = CreateConVar ( "sm_temps_timer", "10", "Configuration du timer (En secondes)");
g_iExemple2 = CreateConVar ( "sm_commandes", "3", "Configuration du nombre de commande (En secondes)");
AutoExecConfig(true, "sm_fichier_config");
}

 

public OnConfigsExecuted()
{
g_Exemple2 GetConVarInt(g_iExemple2);
}

 

CreateTimer(GetConVarFloat(g_iExemple), NomDuTimer);
Block[client] = g_Exemple2;

 

Je ne sais pas si mes explications sont clair, dit le moi si tu ne comprend pas.

Ou si tu préfère je passe sur votre TeamSpeak, je pense que ce seras plus simple.

 

Kriax.

Edited by kriax

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.