Quantcast
Channel: Forum VeryGames
Viewing all articles
Browse latest Browse all 5196

Probléme motd

$
0
0
Hello!:mrgreen:

J'ai retrouver un codage pour ouvrir le motd en tapant !vip, mais le probléme c'est qu'il faut le taper deux fois car à la premiere il se ferme tout seul :(

Citation:

#include <sourcemod>


public Plugin:myinfo =
{
name = "MOTD Vip",
author = ".#Kriax`",
version = "1.0",
};


public OnPluginStart()
{
RegConsoleCmd("sm_vip", Cmd_Motd);
}


public Action:Cmd_Motd(client, args)
{
ShowMOTDPanel(client, "Devenir Vip" , "http://sp-partage.fr" , MOTDPANEL_TYPE_URL);
}

Viewing all articles
Browse latest Browse all 5196