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

Showing results 1 to 25 of 48
Search took 0.01 seconds.
Search: Posts Made By: mahbodsr
Forum: Scripting Help 06-13-2020, 12:14
Replies: 15
Views: 3,273
Posted By mahbodsr
Re: error 035: argument type mismatch (argument 1)

guy u were formating/setting nvault by a non-string variable
so that was wrong and i told you the solution
now maybe you are getting error from other side or smthng
which line you got error from?...
Forum: Scripting Help 06-13-2020, 11:57
Replies: 15
Views: 3,273
Posted By mahbodsr
Re: error 035: argument type mismatch (argument 1)

your topic title is about argument type mismatch
and solution is above

so if you got any other errors post it not simply saying ok or doesnt work
Forum: Scripting Help 06-13-2020, 11:38
Replies: 15
Views: 3,273
Posted By mahbodsr
Re: error 035: argument type mismatch (argument 1)

you have type error
you are formating a non-string variable
szClass should be string



new szClass;


:arrow:
Forum: Suggestions / Requests 06-13-2020, 03:50
Replies: 1
Views: 1,134
Posted By mahbodsr
Re: [Request] fast run plugin/ sprint

This?

https://forums.alliedmods.net/showthread.php?t=229005
Forum: Suggestions / Requests 06-12-2020, 18:23
Replies: 2
Views: 969
Posted By mahbodsr
Re: Need Help Plugin Adversting Rename

what are you trying to do ( what do u want actually? )
Forum: Scripting Help 06-12-2020, 18:16
Replies: 4
Views: 1,228
Posted By mahbodsr
Re: How to get what player is saying in chat?

try this:


#include <amxmodx>

public plugin_init()
{
register_plugin("BlaBla" , "1.0" , "MahBodSr")
register_clcmd( "say" , "handleSay" )
}
Forum: Scripting Help 06-12-2020, 18:07
Replies: 3
Views: 1,065
Posted By mahbodsr
Re: Low client fps or fps drops

this can be done by changing cvars (such as cl_minmodels 1) and other commands like that...
Forum: Suggestions / Requests 06-08-2020, 03:41
Replies: 1
Views: 648
Posted By mahbodsr
Re: On Timeleft: 22 custom hud message

https://forums.alliedmods.net/showthread.php?t=42257
Forum: Scripting Help 06-08-2020, 03:15
Replies: 9
Views: 1,202
Posted By mahbodsr
Re: Detect .wav Played (spk)

i think spk is just a client-side command , so i cant hook it
for this , i should just stop sending client_cmd()...
Forum: Scripting Help 06-07-2020, 15:34
Replies: 9
Views: 1,136
Posted By mahbodsr
Re: [Help] reading server prints

he wants hook some server messages , to do smthng when it prints ( like color chat or client print )
thats all.
Forum: Scripting Help 06-07-2020, 15:27
Replies: 5
Views: 824
Posted By mahbodsr
Re: Freezetime?

The primary attack is blocked by default in freezetime
so what's the problem?
u mean seconday attack?
Forum: Scripting Help 06-07-2020, 15:23
Replies: 15
Views: 1,808
Posted By mahbodsr
Re: read kill??

so maybe this?


#include <amxmodx>

public plugin_init()
{
register_event( "DeathMsg", "DeathMsgFunc", "a" )

}
Forum: Scripting Help 06-07-2020, 15:10
Replies: 5
Views: 838
Posted By mahbodsr
Forum: Scripting Help 06-07-2020, 15:05
Replies: 15
Views: 1,808
Posted By mahbodsr
Re: read kill??

So u want gain grenades next round by kills you've got?!
Forum: Scripting Help 06-05-2020, 11:44
Replies: 23
Views: 2,930
Posted By mahbodsr
Re: vip/admin models

Give me your models path for both CT / TR
or maybe you want default models?
Forum: Scripting Help 06-05-2020, 09:29
Replies: 9
Views: 1,202
Posted By mahbodsr
Detect .wav Played (spk)

anyway to detect when spk blabla.wav sends to client?
Forum: Scripting Help 06-05-2020, 09:12
Replies: 23
Views: 2,930
Posted By mahbodsr
Re: vip/admin models

Explain more ,
What Skins Do You want to set when Ct/T wins?
Forum: Scripting Help 06-05-2020, 09:06
Replies: 2
Views: 576
Posted By mahbodsr
Re: Hide entity model for specific team

You Can Use:

register_forward( FM_AddToFullPack, "AddToFullPackFunction", 1 );
Forum: Scripting Help 12-01-2019, 14:42
Replies: 15
Views: 2,084
Posted By mahbodsr
Re: Make a player visible only for an index

Guy what are you talking about????
I asked a question and you send me you can't
But actually its possible to do...
And i saw that before

If you dont know the answer please dont say " You Cant "...
Forum: Scripting Help 12-01-2019, 13:38
Replies: 15
Views: 2,084
Posted By mahbodsr
Re: Make a player visible only for an index

I cant find the source of that , i saw it in JailBreakExD v19.0

If i could solve my problem i wasn't here
If you dont know what is the answer , you can skip this thread and dont spam please let...
Forum: Scripting Help 12-01-2019, 13:33
Replies: 15
Views: 2,084
Posted By mahbodsr
Re: Make a player visible only for an index

Oh Thank You !
I thought we have this thread to ask u guys ...
Isn't better instead of saying me go and find it by your self , answer my question?

Maybe someone other have this question too
Forum: Scripting Help 12-01-2019, 12:58
Replies: 15
Views: 2,084
Posted By mahbodsr
Re: Make a player visible only for an index

Oh really?
I suggest u check nightcrawler mode !!!
Forum: Scripting Help 12-01-2019, 12:25
Replies: 15
Views: 2,084
Posted By mahbodsr
Re: Make a player visible only for an index

i think its clear...
Imagine we have some players in a server
Then imagine im invisible
I want some of players can see me and some of them not

How can i do this...?
Forum: Scripting Help 12-01-2019, 11:51
Replies: 15
Views: 2,084
Posted By mahbodsr
Make a player visible only for an index

Hello there...
I Have made someone Invisible...

with:
set_user_rendering ( index , kRenderFxNone , 255 , 255 , 255 , kRenderTransAlpha , 0 )

Now i want this index become visible only for me ,...
Forum: Suggestions / Requests 11-26-2019, 02:55
Replies: 5
Views: 1,063
Posted By mahbodsr
Re: How to detect user is in messagemode

i have -grab clcmd and what does it do is hide menu
I bind +grab on "v"
Every time i press v ( even in message mode )
it hides menu

I dont want hide index menu in messagemode...
This is my...
Showing results 1 to 25 of 48

 
Forum Jump

All times are GMT -4. The time now is 09:26.


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