Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 70
Search took 0.00 seconds.
Search: Posts Made By: Andu.
Forum: Scripting Help 06-05-2017, 15:54
Replies: 2
Views: 857
Posted By Andu.
Freeze round time

Is there a way to stop round timer at 01:05 for exemple ? I searched on the forum but there was nothing.
I want to pause round timer .. is there a way with orpheu ?
Forum: Scripting Help 02-19-2017, 11:25
Replies: 6
Views: 971
Posted By Andu.
Re: Parsing array

Thank you, i used your inc, it works.
Forum: Scripting Help 02-19-2017, 10:53
Replies: 6
Views: 971
Posted By Andu.
Re: Parsing array

Oh, i forgot, thank u.
Forum: Scripting Help 02-19-2017, 10:35
Replies: 6
Views: 971
Posted By Andu.
Re: Parsing array

I'm storing in nvault, yes, are only numbers but saved as strings
Forum: Scripting Help 02-19-2017, 10:19
Replies: 6
Views: 971
Posted By Andu.
Parsing array

Hello.
How can i parse a string like data[128] which have n variables stored in:
data[] = " "1" "15" "35" ... etc "
Is this the only solution?
parse(data, a[0], charsmax(a[0]), a[1],...
Forum: Scripting Help 01-30-2017, 11:49
Replies: 10
Views: 1,426
Posted By Andu.
Re: Client_disconnect trouble

Yep, i installed orpheu and i put the file in orpheu/functions xD
Forum: Scripting Help 01-30-2017, 11:24
Replies: 10
Views: 1,426
Posted By Andu.
Re: Client_disconnect trouble

Still not working
Forum: Scripting Help 01-30-2017, 10:58
Replies: 10
Views: 1,426
Posted By Andu.
Re: Client_disconnect trouble

Where i hosted my server i have gamecp and there i restart my server. After i restart it client_disconnect is not called, is there a forward who's called before server shutdown or something?
Forum: Scripting Help 01-30-2017, 10:23
Replies: 10
Views: 1,426
Posted By Andu.
Re: Client_disconnect trouble

So what can i do?
Forum: Scripting Help 01-30-2017, 08:18
Replies: 10
Views: 1,426
Posted By Andu.
Client_disconnect trouble

Hello, why client_disconnect(id) is not called when a player crashes, is there a way that can be solved?
I'm using amxmodx 1.8.2. Thank you.
Forum: Scripting Help 08-14-2016, 21:56
Replies: 1
Views: 563
Posted By Andu.
Re: Xp save problem

In public getxp(id) you should give to xp variable vaultxp's value
xp[id] = str_to_num(vaultxp)
Forum: Scripting Help 08-06-2016, 17:17
Replies: 3
Views: 1,280
Posted By Andu.
Re: Set user flags

Ok, thanks
Forum: Scripting Help 08-06-2016, 17:00
Replies: 3
Views: 1,280
Posted By Andu.
Set user flags

Does set_user_flags write that flags in users.ini ?
Forum: Scripting Help 08-01-2016, 10:28
Replies: 15
Views: 2,562
Posted By Andu.
Re: Stop texts bomb_planted/defused

Sorry, i did something wrong, now it works.Thank you so much!
Forum: Scripting Help 08-01-2016, 10:18
Replies: 15
Views: 2,562
Posted By Andu.
Forum: Scripting Help 08-01-2016, 09:58
Replies: 15
Views: 2,562
Posted By Andu.
Re: Stop texts bomb_planted/defused

public plugin_init()
{
// block win sounds
register_message( get_user_msgid( "SendAudio" ),"message_sendaudio" );

// block win messages
...
Forum: Scripting Help 08-01-2016, 09:55
Replies: 15
Views: 2,562
Posted By Andu.
Forum: Scripting Help 08-01-2016, 09:24
Replies: 15
Views: 2,562
Posted By Andu.
Re: Stop texts bomb_planted/defused

Thank you so much, it works.And for their sounds "The bomb has been planted" and other can u help me?
Forum: Scripting Help 07-31-2016, 18:20
Replies: 15
Views: 2,562
Posted By Andu.
Stop texts bomb_planted/defused

Hello guys, i want to stop texts like "Terrorists win" or "Bomb planted"
I search on this forum, i found this code :
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>...
Forum: Scripting Help 05-11-2016, 11:49
Replies: 10
Views: 1,394
Posted By Andu.
Re: [HELP] nVault problem

You can save data when player get +exp(on deathmsg event or idk) for example and no data will be lost
Forum: Scripting Help 05-11-2016, 07:07
Replies: 5
Views: 1,461
Posted By Andu.
Re: Replacing letters

That's a nice idea, thanks
Forum: Scripting Help 05-10-2016, 15:14
Replies: 5
Views: 1,461
Posted By Andu.
Re: Replacing letters

I thought this method but i think there are a better way, thank you.
Forum: Scripting Help 05-10-2016, 14:42
Replies: 5
Views: 1,461
Posted By Andu.
Replacing letters

Hello.
I want to replace a word with '*'
I've done the code for that
public cmdSay(id)
{
new szArg[128], iPos,len;
read_args(szArg, 127);

if((iPos = containi(szArg, "word")) != -1)
{
Forum: Scripting Help 12-18-2015, 16:53
Replies: 11
Views: 1,908
Posted By Andu.
Re: You can simplify this?

new const szNames = {
"Player",
"unname",
"emply"
new const code[] =
{
'1','2','3','4','5','6','7','8','9','0','a','b','c','d','f','g','h','i','j','k','l','m','n','o',...
Forum: Scripting Help 12-18-2015, 16:25
Replies: 13
Views: 3,648
Posted By Andu.
Showing results 1 to 25 of 70

 
Forum Jump

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


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