Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 25 of 41
Search took 0.01 seconds.
Search: Posts Made By: szyma94
Forum: Scripting 12-02-2016, 11:27
Replies: 1
Views: 603
Posted By szyma94
Re: Blokc bs'a

edit

if(StrEqual(g_szMapName, "de_dust2") || StrEqual(g_szMapName, "de_chateau") || StrEqual(g_szMapName, "de_train")) {
to
if(StrEqual(g_szMapName, "de_dust2") || StrEqual(g_szMapName,...
Forum: Scripting 11-25-2016, 10:49
Replies: 2
Views: 825
Posted By szyma94
Re: [CSGO] Invisible bug

https://forums.alliedmods.net/showthread.php?t=152165
Forum: Scripting 06-22-2016, 10:48
Replies: 1
Views: 544
Posted By szyma94
Re: Add more points to stats

I did it in such a way but not giving away points, what I did wrong?
new g_iAddingSpeed[MAX+1] = {0};

public Action:cmd_RozdajPunkty(cId, iArg)
{
if(!g_iKlasaGracza[cId])
{...
Forum: Scripting 03-14-2016, 07:03
Replies: 1
Views: 544
Posted By szyma94
Add more points to stats

Hi, I would like to add to this code the ability to add more points, eg. 1/5/10/50 points, but I do not know how to do it.
public Action:cmd_RozdajPunkty(cId, iArg)
{
if(!g_iKlasaGracza[cId])
{...
Forum: Plugins 02-25-2016, 06:56
Replies: 13
Views: 15,358
Posted By szyma94
Re: [ZR] HealthBars (show zombie health remaining)

For Zombie Plague 4.5.2

edit: this old version plugin because
https://github.com/Franc1sco/Franug-HealthBars/commit/08f29ae6c39aa36f1917dd39333dcf4d18fdc9d1
Forum: Scripting 01-17-2016, 10:04
Replies: 10
Views: 9,712
Posted By szyma94
Re: [CS:GO] Replacing Gloves

PrecacheModel("models/weapons/ct_arms_sas.mdl");
Forum: Unapproved Plugins 01-05-2016, 11:46
Replies: 835
Views: 291,274
Posted By szyma94
Re: [CS:GO] Zombie Plague 4.5.2

Add option on/off Night-Vision for zombie
Forum: Plugins 12-11-2015, 08:32
Replies: 117
Views: 44,463
Posted By szyma94
Re: [CS:GO] - ⋯ Ammo management | Set correctly the ammo amout for each weapons

please fix revolver ammo, now set ammo of deagle

edit
ok fix this, i add to code, and revolver set 8/35
SetTrieValue(trie_WeaponsAmmo, "weapon_revolver", C_ammo_50AE_max);
Forum: Plugins 09-06-2015, 07:05
Replies: 639
Views: 339,430
Posted By szyma94
Re: [CS:GO] Deathmatch (v2.0.4, 2015-09-05)

add Polish translation and change {NORMAL} to {DEFAULT}.
Forum: Plugins 09-06-2015, 05:23
Replies: 1,283
Views: 883,557
Posted By szyma94
Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)

Hi,
Publish for you new webinterface.
Live demo: http://szyma.org/szombie/
Forum: Plugins 09-05-2015, 08:23
Replies: 639
Views: 339,430
Posted By szyma94
Re: [CS:GO] Deathmatch (v2.0.3, 2015-01-02)

copy to "compiler\include"
Forum: Plugins 09-05-2015, 07:43
Replies: 639
Views: 339,430
Posted By szyma94
Re: [CS:GO] Deathmatch (v2.0.3, 2015-01-02)

search
// Give equipment
if (armour)
{
SetEntData(client, armourOffset, 100); // armor
SetEntData(client, helmetOffset, 1); // helmet 1-on, 0-off
}
else
{...
Forum: Plugins 09-05-2015, 07:24
Replies: 639
Views: 339,430
Posted By szyma94
Forum: Scripting 08-10-2015, 17:57
Replies: 2
Views: 727
Posted By szyma94
Remove weapon on ground

Hi, i use this code to remove wepoan on ground, but this also remove bomb. How to block the bomb remove?
g_WeaponParent = FindSendPropOffs("CBaseCombatWeapon", "m_hOwnerEntity");...
Forum: Plugins 07-30-2015, 17:32
Replies: 826
Views: 361,994
Posted By szyma94
Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 9.3.2015*

try this
"ServerAdvertisement"
{
"Settings"
{
"Enable" "1" // If 1 Plugin is Enabled
"Delay" "30.0" // In seconds
"TimeFormat" "%H:M:%S" // Hours,Minutes,Secods
}
Forum: Scripting 07-19-2015, 08:45
Replies: 2
Views: 642
Posted By szyma94
Re: PrintToChat error

stupid mistake :)

thanks
Forum: Scripting 07-19-2015, 08:31
Replies: 2
Views: 642
Posted By szyma94
PrintToChat error

public Event_PlayerDeath(Handle:event, const String:name[], bool:dontBroadcast){
new cKil = GetClientOfUserId(GetEventInt(event, "attacker"));
new assister = GetClientOfUserId(GetEventInt(event,...
Forum: Plugins 07-13-2015, 17:05
Replies: 67
Views: 63,220
Posted By szyma94
Re: [CS:GO] New gamemode - FUN Rounds!

Hi
I changed of this plugin warmup,noscope and thirdperson(but players bug this say command firstperson in console)
public Action:Fun_EventRoundStart(Handle:event, const String:name[],...
Forum: Plugins 06-28-2015, 04:59
Replies: 15
Views: 20,729
Posted By szyma94
Forum: Plugins 06-27-2015, 13:25
Replies: 15
Views: 20,729
Posted By szyma94
Re: [CS:GO] - ☛ High Ping Kicker | 100% translatable

drapi_afk_manager_immune_flag - Admin flag for immunity, blank=any flag
add to this plugin
Forum: Plugins 06-27-2015, 12:32
Replies: 15
Views: 20,729
Posted By szyma94
Re: [CS:GO] - ☛ High Ping Kicker | 100% translatable

you add the selection flags admin?
Forum: Scripting 06-06-2015, 08:57
Replies: 6
Views: 1,661
Posted By szyma94
Re: CSGO Give player molotov ?

if(team == CS_TEAM_CT){
GivePlayerItem(client, "weapon_incgrenade");
}

if(team == CS_TEAM_T){
GivePlayerItem(client, "weapon_molotov");
}
Forum: Scripting 05-24-2015, 10:30
Replies: 1
Views: 489
Posted By szyma94
drop weapons

Hi i used this code
public Action:OnTakeDamage(victim, &attacker, &inflictor, &Float:damage, &damagetype){
if(!IsValidClient(attacker))
return Plugin_Continue;

if(active[attacker]){...
Forum: Scripting 05-13-2015, 14:42
Replies: 2
Views: 652
Posted By szyma94
Re: add timer

thanks
Forum: Scripting 05-13-2015, 13:39
Replies: 2
Views: 652
Posted By szyma94
add timer

Hi, how to add timer in this code? off every round of 15 seconds.
public OnClientPutInServer(id){
SDKHook(id, SDKHook_TraceAttack, TraceAttack);
}

public Action:TraceAttack(victim, &attacker,...
Showing results 1 to 25 of 41

 
Forum Jump

All times are GMT -4. The time now is 23:29.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode