18-07-13, 00:46
PHP Code:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#include <cstrike>
#include <fun>
#define PLUGIN "EL BASI T C4 VER"
#define VERSION "1.0"
#define AUTHOR "kApO"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR);
RegisterHam(Ham_Spawn , "player", "Fwd_PlayerSpawn_Post", 1)
}
public Fwd_PlayerSpawn_Post(id)
{
if (is_user_alive(id))
{
if(get_user_team(id) == CS_TEAM_T) {
give_item(id,"weapon_c4")
}
}
}
Anlatamıyorsan yaz, Yazamıyorsan anlat. Her ikisini de beceremiyorsan sadece sus.
Hedef büyük , hayırlısıyla.
PHP Code:
chat_color(id,SKYPE," kApO.1905 " )
chat_color(id,HOTMAIL," [email protected] " )
chat_color(id,STEAM," herge1 " )
Hedef büyük , hayırlısıyla.

![[Image: sigpic19388_2.gif]](https://www.csplague.com/signaturepics/sigpic19388_2.gif)

