teobrvt1995
T.E.T.Я.I.S
- 19/9/10
- 691
- 2
để cái var name[maxchar] ngoài hay trong cũng có gì khác nhau đâu?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
vậy xem lại plugin đã được add đúng cách chưa.
mình thêm tên vào file plugin.ini rồi, đã bỏ plugin vào thư mục plugins luôn ! nhưng vẫn báo Plugin file open error (plugin "vidu.amxx")

, hiện đại hơn với Online-Mod/* =============================================================
------------- NAME: Online Mod
-------------- VERSION: 1.0
--------------- AUTHOR: Dias
---------------- Description:
This is a plugin can make your server likes an Online Game, every player can own an Inventory,
and can buy Weapon from Shop (Permanent Buy, Rent), if player buy a weapon the system will save that weapon
for that player in system. And this mod support Login & Register System too, player can have password level1
and password level2 (to recovery level1 password)... and more
------------- Credits:
- Dias Leon | Made Plugin
- Ramono | for Unlimited Money plugin
- Mercylezz | for read file stock
- Fallout 3, CSO games | for some sound
============================================================== */
, ai sẽ khám phá ?
Moderator sao ko del luôn bài của buiducduy đi, vẫn còn cái câu P/S:....
@ALL:
CS1.6 HLDS chuẩn bị bước sang thời mới, hiện đại hơn với Online-Mod
[video=youtube;4LBwf2Ionxs]http://www.youtube.com/watch?v=4LBwf2Ionxs[/URL][/video]
PHP:/* ============================================================= ------------- NAME: Online Mod -------------- VERSION: 1.0 --------------- AUTHOR: Dias ---------------- Description: This is a plugin can make your server likes an Online Game, every player can own an Inventory, and can buy Weapon from Shop (Permanent Buy, Rent), if player buy a weapon the system will save that weapon for that player in system. And this mod support Login & Register System too, player can have password level1 and password level2 (to recovery level1 password)... and more ------------- Credits: - Dias Leon | Made Plugin - Ramono | for Unlimited Money plugin - Mercylezz | for read file stock - Fallout 3, CSO games | for some sound ============================================================== */
[Online-Mod có gì hot ?]
- Online-Mod là một plugin dành cho server CS, với plugin này:
+ mỗi khi player vào server sẽ phải đăng nhập và có tài khoản riêng của mình (có hiện menu, register, login, lost pass)
+ Mỗi player có quyền lập và sửa Mật Khẩu cấp 2 (để lấy lại mật khẩu cấp 1 khi bị mất)
+ Mỗi player sẽ có Kho Đồ riêng, và Shop chung, các vũ khí trong shop có chia loại ra (Primary, Secondary, Melee), và item hỗ trợ chiến đấu
+ Có hệ thống level, exp, và huy hiệu, rank
+ Player có thể mua hoặc thuê vũ khí trong shop, có thể sài qua ngày, hết hạn vũ khí biến mất. Còn ai mua vĩnh viễn thì có vĩnh viễn trong kho đồ
+ Mỗi player khi đăng kí sẽ có 20000$ sẵn, tiền sẽ dc load khi connect và save khi disconnect, với hệ thống load, save file thì chuyện mất đồ ko thể sảy ra
+ và còn nữa, ai sẽ khám phá ?
Download: đang trong tình trạng phát triển, sẽ ra mắt sau![]()


Chơi server free nhanh hơn
, hay nó tự nghĩ ý tưởng ?
Nghe lời mem mà sửa server có ngày đốt nhà, tính ta ko bao giờ nghe lời mem, cái nào có lý ta nghe, thằng nào đòi thêm, hay bỏ gì ta chửi vào mặt, hoặc ban acc![]()


/* Script generated by Pawn Studio */
#include <amxmodx>
#include <amxmisc>
#include <fakemeta>
#define PLUGIN "New Plugin"
#define AUTHOR "Unknown"
#define VERSION "1.0"
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
register_forward(FM_AddToFullPack, "fw_addtofullpack")
}
public fw_addtofullpack(es_handle,e,ent,host,hostflags,player,pSet)
{
if (ent > 0 && ent < 33 && is_user_alive(ent))
{
if (get_user_team(ent) == 1)
{
set_es(es_handle, ES_RenderFx, kRenderFxGlowShell);
set_es(es_handle, ES_RenderColor, 255, 0 ,0);
set_es(es_handle, ES_RenderAmt, 16);
}
else if (get_user_team(ent) == 1)
{
set_es(es_handle, ES_RenderFx, kRenderFxGlowShell);
set_es(es_handle, ES_RenderColor, 0, 0 , 255); // Test {0,0,255} -> Not Run
set_es(es_handle, ES_RenderAmt, 16);
}
}
}
(#define PLUGIN "New Plugin")