10-31-2024, 05:08 PM
![[Image: OYIFmcv.png]](http://i.imgur.com/OYIFmcv.png)
- Ky plugins sherben per Mirëseardhje në server .
![[Image: orQLgii.png]](http://i.imgur.com/orQLgii.png)
-Emri: Welcome
-Versioni: v2.0
-Autori: konuyu
-Editori: albinihosting
![[Image: WwyMGHI.png]](http://i.imgur.com/WwyMGHI.png)
Filen sma e dergoni te ctrike/adons/amxmod/scripting
Filen amx e dergoni te ctrike/adons/amxmod/plugins
Emrin e files e vendosni ne fund tekctrike/adons/amxmod/config/plugins.ini
SMA Code:
Code:
#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#define PLUGIN "Welcome Msg"
#define VERSION "1.0"
#define AUTHOR "GmTx"
new bool:gbSpawned[33];
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
RegisterHam(Ham_Spawn, "player", "Player_Spawn", 1)
}
public client_connect(id)
{
gbSpawned[id] = false;
}
public Player_Spawn(id)
{
if(!gbSpawned[id] && is_user_alive(id))
{
new name[32]
get_user_name(id, name, 31)
set_hudmessage(0, 0, 255, -1.0, -1.0)
show_hudmessage(id, "Mirsevini %s^Enjoy playing", name)
}
}![[Image: YamMKgu.png]](http://i.imgur.com/YamMKgu.png)
![[Image: 315k8m0.png]](http://i59.tinypic.com/315k8m0.png)
![[Image: dzysCv0.png]](http://i.imgur.com/dzysCv0.png)
Code:
http://www.mediafire.com/download/ukw5667bvs9ic04/Welcome+plugins.rar



![[Image: MESHrFA.png]](http://i.imgur.com/MESHrFA.png)



![[Image: wivcpk.gif]](http://i60.tinypic.com/wivcpk.gif)