Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: reinert
Forum: Scripting Help 02-17-2012, 02:34
Replies: 3
Views: 1,045
Posted By reinert
Send function to php web

Hey, is it possible to send some function to website from server ? If yes how ?

What I need to do is like show some things on web, when something in server changes. I know I can do it via mysql...
Forum: Scripting Help 12-11-2011, 08:48
Replies: 7
Views: 1,674
Posted By reinert
Forum: Scripting Help 12-10-2011, 18:06
Replies: 4
Views: 758
Posted By reinert
Re: Adding ammo to weapon

possible to check what weapon was used in Ham_Killed ?
Forum: Scripting Help 12-10-2011, 16:46
Replies: 7
Views: 1,674
Posted By reinert
Remove dropped entities except C4

How to remove all dropped entities except Bomb ?

RegisterHam(Ham_Spawn, "weaponbox", "WeaponSpawned", 1);

public WeaponSpawned(iEntity)
{
set_pev(iEntity, pev_flags, FL_KILLME);...
Forum: Scripting Help 12-10-2011, 16:05
Replies: 4
Views: 758
Posted By reinert
Re: Adding ammo to weapon

Well, would be greater if I could do this in Ham_Killed because then I don't need to hook death event twice.
Forum: Scripting Help 12-10-2011, 14:47
Replies: 4
Views: 758
Posted By reinert
Adding ammo to weapon

Something is wrong in this code, and I don't know what :/

public PlayerKilled(victim, attacker, shouldgib)
{
new iWeapon = get_user_weapon(attacker, _, _);
cs_set_weapon_ammo(iWeapon,...
Forum: Scripting Help 11-27-2011, 04:25
Replies: 9
Views: 1,897
Posted By reinert
Re: Restarting rounds without resetting team scores

Yeah I need to switch teams, switch team scores, then do restart, set scores back.
Forum: Scripting Help 11-26-2011, 18:08
Replies: 9
Views: 1,897
Posted By reinert
Re: Restarting rounds without resetting team scores

Found this: g_OfSwapAllPlayers
Which swaps player teams and swaps team scores, but after swaping, people still got weapons they had, money they had :)
Forum: Scripting Help 11-26-2011, 18:03
Replies: 9
Views: 1,897
Posted By reinert
Re: Restarting rounds without resetting team scores

What you mean with first method ?
Forum: Scripting Help 11-26-2011, 17:50
Replies: 9
Views: 1,897
Posted By reinert
Forum: Scripting Help 11-26-2011, 15:53
Replies: 1
Views: 719
Posted By reinert
random player from team

Hey,
1. how to get random CT and random T
2. then send him a message
3. and after how to check was the command written by him ? (Do I need to create a variable where the ID of the chosenPlayer...
Forum: Scripting Help 11-01-2011, 15:39
Replies: 6
Views: 1,999
Posted By reinert
Re: admins_push

Ok thanks, also one question:
new sth = SQL_FieldNameToNum(Query, "hts")
mmm = SQL_ReadResult(query, sth)
What it gets if I do it like this ?

so if hts in my table was 1, what will I get from...
Forum: Scripting Help 11-01-2011, 12:20
Replies: 6
Views: 1,999
Posted By reinert
admins_push

How does this function work ? does it creates admin ? so I can get admin flags in other plugin ? or admins only works while using this plugin ?
Forum: Scripting Help 10-31-2011, 16:47
Replies: 11
Views: 3,330
Posted By reinert
Re: How to check players in teams?

You created a variable for every player what is not needed for that.

And you should reset the variable counts after counting.
Forum: Scripting Help 10-31-2011, 14:45
Replies: 11
Views: 3,330
Posted By reinert
Re: How to check players in teams?

you should use cs_get_user_team if you are using CS_TEAM_T and CT values, or use get_user_team == 1 | 2
Forum: Scripting Help 10-31-2011, 13:02
Replies: 11
Views: 3,330
Posted By reinert
Re: How to check players in teams?

Hook round start event.
make each variable for each team (CTvar, Tvar).
Loop though all players and check their team, if they are CT then CTvar++ if T then Tvar++
After the loop check if(CTvar > 5...
Forum: Off-Topic 10-29-2011, 15:27
Replies: 8
Views: 2,335
Posted By reinert
Re: VIP Ideas

You added, but you didn't create it yourself, and I hope you didn't take credits too :>
Forum: Off-Topic 10-28-2011, 14:17
Replies: 8
Views: 2,335
Posted By reinert
Re: VIP Ideas

Exactly same code as dunn0's...
Forum: Off-Topic 10-27-2011, 15:48
Replies: 8
Views: 2,335
Posted By reinert
Re: VIP Ideas

All what've you mentioned here, is already included in dunn0 VIP plugin 2.05
Forum: Scripting Help 10-27-2011, 15:47
Replies: 6
Views: 1,489
Posted By reinert
Re: Last plugin is Almost done.

You are replacing symbols in DemoName even it's just created and it's empty.
Forum: Off-Topic 10-22-2011, 19:47
Replies: 4
Views: 2,111
Posted By reinert
connect to server rcon via website

Is it possible to send a message like this:

changelevel de_dust2

via website ? without any extra module, maybe a plugin ?
Forum: Off-Topic 10-22-2011, 05:04
Replies: 3
Views: 940
Posted By reinert
Re: Plugin question.

Leave 99% credits to him ;X
Forum: Off-Topic 10-18-2011, 08:55
Replies: 10
Views: 2,193
Posted By reinert
Re: GeForce GT 240

I've GeForce GTS450 and I think it's good enough for newest games on High resolution and high quality.
Forum: Scripting Help 10-17-2011, 17:30
Replies: 3
Views: 1,032
Posted By reinert
Forum: Scripting Help 10-17-2011, 17:09
Replies: 3
Views: 1,032
Posted By reinert
Float show problem

new Float:iFM = iKills[id] / iDeaths[id] + 0.0;
ColorChat(id, NORMAL, "^4[ STATS ]^1 Frags: ^3%d^1 Deaths: ^3%d^1 K:D ratio: ^3%.3f", iKills[id], iDeaths[id], iFM)


iKills = 12...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 05:34.


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