| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 70,850
» Latest member: blablahldc
» Forum threads: 38,148
» Forum posts: 351,856
Full Statistics
|
| Online Users |
There are currently 470 online users. » 0 Member(s) | 467 Guest(s) Applebot, Facebook, Google
|
| Latest Threads |
Ilir 'washere' Amati - AI...
Forum: CS - Config. (CFG)
Last Post: alking1
06-08-2026, 09:35 AM
» Replies: 1
» Views: 130
|
[Zombie Outstanding] +.Sm...
Forum: AMX - Addon's
Last Post: Learti Zm
06-07-2026, 01:46 PM
» Replies: 7
» Views: 329
|
Knife Addons @ 2016 New
Forum: AMX - Addon's
Last Post: Mr.Patr1k
06-07-2026, 09:49 AM
» Replies: 8
» Views: 288
|
Rreth pyetjes "A krijoi Z...
Forum: Feja Islame
Last Post: SHTRIGA
06-06-2026, 08:40 PM
» Replies: 3
» Views: 259
|
Lule MOD |FUNNY|
Forum: AMX - Addon's
Last Post: Learti Zm
06-06-2026, 07:56 PM
» Replies: 10
» Views: 1,070
|
Kërko Addons [+SHQIP]
Forum: AMX - Addon's
Last Post: Learti Zm
06-06-2026, 05:09 PM
» Replies: 1,138
» Views: 89,637
|
[Tutorial] Clean, Optimiz...
Forum: CS - Tutorial's - Tip & Tricks
Last Post: washere
06-06-2026, 11:56 AM
» Replies: 0
» Views: 85
|
Addons Zombie Plague v6.2...
Forum: AMX - Addon's
Last Post: Learti Zm
06-05-2026, 09:39 PM
» Replies: 35
» Views: 6,203
|
Ndihmë - Zombie Mod
Forum: Amx Mod X
Last Post: T.bo
06-05-2026, 08:09 PM
» Replies: 14
» Views: 679
|
Counter-Strike EG0-UCP (2...
Forum: Applications
Last Post: ValmirRamadani1
06-02-2026, 09:27 AM
» Replies: 4
» Views: 646
|
|
|
| Si te rregullojme THIS VIDEO IS NOT AVAIBLE IN YOUR COUNTRY |
|
Posted by: Rron Jahiri - 01-18-2024, 03:52 PM - Forum: PC - Tutoriale/Mesime
- Replies (5)
|
 |
Sod do tju tregoj si ta rregullojme THIS VIDEO IS NOT AVAIBLE IN YOUR COUNTRY
![[Image: youtube_this_video_is_not_1.jpg]](http://lockergnome.net/upfiles/youtube_this_video_is_not_1.jpg)
Ne fillim e downloadojme PROXTUBE
Code: Direct Link :https://proxtube.com/dl/proxtube_1.3.0.crx
Code: Indirect link : https://proxtube.com/
Se dyti Klikojme ne SHOW IN FOLDER
![[Image: miLj22E.png]](http://i.imgur.com/miLj22E.png)
Se treti klikojme ne EXTENSIONS
![[Image: extpage.png]](https://proxtube.com/languages/en_EN/img/extpage.png)
Dhe se fundi e bartim PREJ SHOW IN FOLDER ne EXTENSIONS
![[Image: yhUzgQL.png]](http://i.imgur.com/yhUzgQL.png)
Ne fund e zgjedhim kengen qe pelqeni dhe prisni 2-3 sekonda dhe bon
Quote:Perkthimi nga Une
Tutoriali nga <!-- m --><a class="postlink" href="https://proxtube.com/install.php" onclick="window.open(this.href);return false;">https://proxtube.com/install.php</a><!-- m -->
|
|
|
| Si te aktivizojme modelast/skins ne CS GO |
|
Posted by: master~ - 01-17-2024, 04:42 PM - Forum: CS GO - Skin's (Models)
- Replies (10)
|
 |
Kete gje mundet vetem Headi i srw ose krijuesi type
[code//"Professional"
//{
// "skin" "models/player/tm_professional_var1.mdl"
// "arms" "models/weapons/t_arms_professional.mdl"
//}][/code]
ConVars:
sm_csgo_skins_enable <1/0> - Whether or not enable CS:GO Skins Chooser plugin
sm_csgo_skins_random <1/0> - Whether or not randomly change models for all players on every respawn.
sm_csgo_skins_change <1/0> - Determines when change selected player skin: 0 = On next respawn. 1 = Immediately
sm_csgo_skins_admflag <flag letter> - If flag is specified (a-z), only admins with that flag will able to use skins menu.
Por se pari duhet te keni kete plugine i cili nevojitet
http://www.mediafire.com/download/4q1xdv...pdater.smx
Your server must be running at least one of the following extensions:
cURL
Socket
SteamTools (0.8.1+)
Code: /**
* Adds your plugin to the updater. The URL will be updated if
* your plugin was previously added.
*
* @param url URL to your plugin's update file.
* @noreturn
*/
native Updater_AddPlugin(const String:url[]);
/**
* Removes your plugin from the updater. This does not need to
* be called during OnPluginEnd.
*
* @noreturn
*/
native Updater_RemovePlugin();
/**
* Forces your plugin to be checked for updates. The behaviour
* of the update is dependant on the server's configuration.
*
* @return True if an update was triggered. False otherwise.
* @error Plugin not found in updater.
*/
native bool:Updater_ForceUpdate();
/**
* Called when your plugin is about to be checked for updates.
*
* @return Plugin_Handled to prevent checking, Plugin_Continue to allow it.
*/
forward Action:Updater_OnPluginChecking();
/**
* Called when your plugin is about to begin downloading an available update.
*
* @return Plugin_Handled to prevent downloading, Plugin_Continue to allow it.
*/
forward Action:Updater_OnPluginDownloading();
/**
* Called when your plugin's update files have been fully downloaded
* and are about to write to their proper location. This should be used
* to free read-only resources that require write access for your update.
*
* @note OnPluginUpdated will be called later during the same frame.
*
* @noreturn
*/
forward Updater_OnPluginUpdating();
/**
* Called when your plugin's update has been completed. It is safe
* to reload your plugin at this time.
*
* @noreturn
*/
forward Updater_OnPluginUpdated();
/**
* @brief Reloads a plugin.
*
* @param plugin Plugin Handle (INVALID_HANDLE uses the calling plugin).
* @noreturn
*/
stock ReloadPlugin(Handle:plugin=INVALID_HANDLE);
ENJOY
|
|
|
| teams_manager.amxx |
|
Posted by: trouble. - 01-17-2024, 02:21 PM - Forum: AMX - Plugin's
- No Replies
|
 |
Ky plugins sherben qe skuadrat t'balancohen !
nese e ki auto-join tlshum nsrv
bone mp_limitteams 0 ose 32 n`server.cfg !
MediaFire: Code: http://www.mediafire.com/download/0vw9m348gg1jrs3/teams_manager.amxx
|
|
|
|