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

Showing results 1 to 25 of 63
Search took 0.00 seconds.
Search: Posts Made By: LemoNSK
Forum: Scripting Help 08-16-2018, 08:20
Replies: 4
Views: 1,048
Posted By LemoNSK
Re: Player Transfer

Yea, it is divided by zero when you or enemy has zero deaths or kills. I understand this. But if they have both above zero, it does the error I provided you with at the top of this page.
Forum: Scripting Help 08-16-2018, 06:20
Replies: 4
Views: 1,048
Posted By LemoNSK
Re: Player Transfer

Maybe because nothing what you said helped me out with my problem. And no one has posted anything there since your last post. It seems they give a shit about it. That's why. I have also tried posting...
Forum: Scripting Help 08-16-2018, 01:54
Replies: 4
Views: 1,048
Posted By LemoNSK
Player Transfer

Hello, I have a certain problem. When round ends, the best player should be transferred with the random player with the opposite team, but sometimes it transfers only one player and sometimes both of...
Forum: Scripting Help 08-13-2018, 16:10
Replies: 6
Views: 1,307
Posted By LemoNSK
Re: Player Transfer

Okay, and do you have any idea how to actually get those teams working? Can you check on it, please?
Forum: Scripting Help 08-13-2018, 15:48
Replies: 6
Views: 1,307
Posted By LemoNSK
Re: Player Transfer

Even though I set it to 1, still writes two messages.
Forum: Scripting Help 08-13-2018, 15:41
Replies: 6
Views: 1,307
Posted By LemoNSK
Re: Player Transfer

Nothing worked, still writes twice and transfers only one player.. any other solution?
Forum: Scripting Help 08-13-2018, 13:01
Replies: 6
Views: 1,307
Posted By LemoNSK
Player Transfer

Hello, I need a help with my script.

Problem:

1) it writes chat message twice to every player.
2) Sometimes it transfer one player instead of two players and sometimes both (both is what I...
Forum: Scripting Help 08-12-2018, 07:59
Replies: 4
Views: 962
Posted By LemoNSK
Re: Problem with team transfer

Well, still kills me. And ask me who wouldn't heard of it?
Forum: Scripting Help 08-12-2018, 01:37
Replies: 4
Views: 962
Posted By LemoNSK
Problem with team transfer

Hello, can anyone tell me how to transfer someone to another team without being killed while alive?
Forum: Scripting Help 08-09-2018, 03:13
Replies: 16
Views: 2,399
Posted By LemoNSK
Re: How to find out the first player in score tab?

Thank, I'm gonna try this.. Thank you all for learning me something new :)
Forum: Scripting Help 08-08-2018, 08:42
Replies: 5
Views: 844
Posted By LemoNSK
Re: How to update a line in a file & file help.

wait what? Can you tell me I can't ? Could u show me example?
Forum: Scripting Help 08-08-2018, 08:41
Replies: 5
Views: 844
Posted By LemoNSK
Re: How to update a line in a file & file help.

Alright, one thing, tho.. It doesn't write twice anymore for me, but for any other player it writes twice, why?
Forum: Scripting Help 08-08-2018, 07:48
Replies: 5
Views: 844
Posted By LemoNSK
How to update a line in a file & file help.

Hello, can someone explain me why it always writes the same line in the file when I connect back? It shouldn't write after I am already registered in the file. It seems it doesn't execute...
Forum: Scripting Help 08-06-2018, 01:56
Replies: 16
Views: 2,399
Posted By LemoNSK
Re: How to find out the first player in score tab?

So I need an array to sort for the function - that will be players I think. And sort function, so am I supposed to do my own sort function? or what
Forum: Scripting Help 08-05-2018, 15:40
Replies: 16
Views: 2,399
Posted By LemoNSK
Re: How to find out the first player in score tab?

Ah... thank you for your help lol
Forum: Scripting Help 08-05-2018, 15:12
Replies: 16
Views: 2,399
Posted By LemoNSK
Re: How to find out the first player in score tab?

public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR);
register_logevent("round_end", 2, "1=Round_End");
}


public round_end(id) {

new players[MAX_PLAYERS];
static numT,...
Forum: Scripting Help 08-05-2018, 14:36
Replies: 16
Views: 2,399
Posted By LemoNSK
Re: How to find out the first player in score tab?

Still don't understand after some checking.. someone help.
Forum: Scripting Help 08-05-2018, 06:35
Replies: 16
Views: 2,399
Posted By LemoNSK
Re: How to find out the first player in score tab?

Can you give me a small example for this? I would use this command to store how many players there are in each team. Yea, so basically how am I supposed to find the one with the most frags and the...
Forum: Scripting Help 08-05-2018, 01:03
Replies: 16
Views: 2,399
Posted By LemoNSK
How to find out the first player in score tab?

Hello, I wanted to ask how I am supposed to find out first player in the score tab? 'Cause I am making Improved Team Transfer. I want to find first player with the most score in the tab and replace...
Forum: Scripting Help 07-22-2018, 04:25
Replies: 5
Views: 824
Posted By LemoNSK
Forum: Scripting Help 07-22-2018, 01:17
Replies: 5
Views: 824
Posted By LemoNSK
Is possible to transfer player from team to other without being killed at spawn?

Hello, I'd like to ask if it's possible to transfer player to another team on the spawn hamsandwich without being killed in a process. If yes, leave me a message and would be glad if you helped me.
Forum: Scripting Help 07-19-2018, 15:43
Replies: 12
Views: 1,442
Posted By LemoNSK
Re: open chat after clicking menu item

new menu;

new string:g_sPM[33][128];

public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say /pm", "SendMessage");
register_clcmd("PM", "PMText");
}
Forum: Scripting Help 07-19-2018, 14:28
Replies: 12
Views: 1,442
Posted By LemoNSK
Re: open chat after clicking menu item

Dunno why player return's zero. Can you find mistake?


new szData[6], szName[64];
new _access, item_callback;
menu_item_getinfo(menu, item, _access, szData, charsmax(szData), szName,...
Forum: Scripting Help 07-19-2018, 13:17
Replies: 12
Views: 1,442
Posted By LemoNSK
Re: open chat after clicking menu item

And how to store what he wrote in the string when client_cmd is done and he has written what he wanted?
Forum: Scripting Help 07-19-2018, 11:25
Replies: 12
Views: 1,442
Posted By LemoNSK
open chat after clicking menu item

Hello, I wanted to ask how I can open player's chat when he clicks menu item. Hope your answers help.
Showing results 1 to 25 of 63

 
Forum Jump

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


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