/admin
Gönderilme zamanı: Pzr May 08, 2016 12:10 am

Kod: Tümünü seç
#include <amxmodx>
#include <amxmisc>
#define EKLENTI "Zevk Meselesi"
#define VERSIYON "1.0"
#define KODLAYAN "ByDarkinq"
new kankanaber[64]
public plugin_init() {
register_plugin(EKLENTI, VERSIYON, KODLAYAN)
register_clcmd("say /admin", "bokye")
register_clcmd("say !admin", "bokye")
register_clcmd("say .admin", "bokye")
get_configsdir(kankanaber, 63)
format (Rules, 63,"%s/admin_resim.txt", Rules)
}
public bokye(oyuncu)
{
show_motd(oyuncu, "admin_resim.txt")
return PLUGIN_HANDLED
}
Kod: Tümünü seç
<html>
<head>
<title>Motd server</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #000000;
}
-->
</style>
</head>
<body>
<img src="resimlinki (http'den itibaren http de dahil)" width="100%" height="100%"
border="0" align="center">
</body>
</html>