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

Showing results 1 to 12 of 12
Search took 0.00 seconds.
Search: Posts Made By: xedga
Forum: Coding MM:S Plugins & SM Extensions 08-11-2021, 09:11
Replies: 0
Views: 5,655
Posted By xedga
Looking for MM coder

Hello,
Looking for someone to write MetaMod plugin for CSGO. I'll pay, PM if interested. Or if you know anyone who can do that, pls share contacts, tnx.
Forum: Scripting Help 08-20-2018, 16:34
Replies: 6
Views: 1,147
Posted By xedga
Forum: Scripting Help 08-20-2018, 15:21
Replies: 6
Views: 1,147
Posted By xedga
Forum: Scripting Help 08-20-2018, 15:06
Replies: 6
Views: 1,147
Posted By xedga
game commencing after cs_set_user_team

Hi,
So if I set all players to spectators and then by created menu select them to teams (using cs_set_user_team to move to team), after first kill, getting "game commencing"
Any ideas how I can fix...
Forum: Translation Request 01-26-2013, 04:24
Replies: 31
Views: 19,151
Posted By xedga
Re: Auto-Mix Multi-Lingual Translation Requests

Latvian - [lt] not correct. LT - Lithuanian, Latvian is LV
Forum: Zombie Plague Mod 05-29-2011, 11:17
Replies: 1
Views: 738
Posted By xedga
Need help with code

// Turn 4 players into the humans
humanme(id, 0, 1)
humanme(id, 0, 1)
humanme(id, 0, 1)
humanme(id, 0, 1)
// Switch to CT
if (!g_zombie[id])
{
remove_task(id+TASK_TEAM)...
Forum: Zombie Plague Mod 05-24-2011, 09:13
Replies: 3
Views: 1,580
Posted By xedga
Re: Need help with code

while (3 < 5)
{
// Keep looping through all players
if (++id > g_maxplayers) id = 1

// Dead or already a zombie
if (!g_isalive[id] || g_zombie[id])
continue;
// Switch to CT
if...
Forum: Zombie Plague Mod 05-23-2011, 14:11
Replies: 3
Views: 1,580
Posted By xedga
Need help with code

// Turn the remaining players into zombies
for (id = 1; id <= g_maxplayers; id++)
{
// Not alive
if (!g_isalive[id])
continue;

// Human or already a zombie
if (g_human[id] || g_zombie[id])...
Forum: Zombie Plague Mod 05-18-2011, 15:08
Replies: 3
Views: 1,035
Posted By xedga
Forum: Zombie Plague Mod 05-17-2011, 13:43
Replies: 3
Views: 1,035
Posted By xedga
[Solved]

solved
Forum: Trash 01-13-2011, 13:33
Replies: 0
Views: 651
Posted By xedga
required kills for stats

I need script to be required 100kills to stats you.


Sorry for my bad english.
Forum: Suggestions / Requests 01-13-2011, 02:06
Replies: 0
Views: 537
Posted By xedga
csstats.amxx required kills

Hi,
I need change csstats.amxx to be required 100kills to stats you.

Sorry for my bad english
Showing results 1 to 12 of 12

 
Forum Jump

All times are GMT -4. The time now is 20:04.


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