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

Showing results 1 to 25 of 186
Search took 0.01 seconds.
Search: Posts Made By: Saint Sinner
Forum: Scripting Help 01-02-2020, 03:28
Replies: 0
Views: 452
Posted By Saint Sinner
Bullets trajectory

anyone have an idea how can redirect bullets to target head using a fov distance?
Forum: Scripting Help 12-26-2019, 13:14
Replies: 9
Views: 1,828
Posted By Saint Sinner
Re: Only one random player

1: I want to set spawn location to id !
ID = CALLER
set_spawn_positions(id,Player_Origin)

2: I want to set spawn location to random player!
PLAYER = RANDOM CLIENT
...
Forum: Scripting Help 12-26-2019, 09:31
Replies: 9
Views: 1,828
Posted By Saint Sinner
Re: Only one random player

This not will work... This found caller, I want to not found caller... when i pressed button i want to found random players without me!
Forum: Scripting Help 12-26-2019, 04:14
Replies: 9
Views: 1,828
Posted By Saint Sinner
Re: Only one random player

L 12/26/2019 - 11:24:58: [AMXX] Run time error 4: index out of bounds
L 12/26/2019 - 11:24:58: [AMXX] [0] Untitled.sma::get_random_challenger (line 300)
L 12/26/2019 - 11:24:58: [AMXX] [1]...
Forum: Scripting Help 12-25-2019, 13:36
Replies: 9
Views: 1,828
Posted By Saint Sinner
Re: Only one random player

Yes i tried .... already not work..



The full code is here


#include <amxmodx>
#include <amxmisc>
#include <fakemeta>
Forum: Scripting Help 12-25-2019, 09:59
Replies: 9
Views: 1,828
Posted By Saint Sinner
Only one random player

Merry Christmas!

I want to select only one random player

If i am TERO i want to select random player from CT
If i am CT i want to select random player from TERO

But also is wrong in this...
Forum: Scripting Help 12-01-2019, 17:42
Replies: 1
Views: 696
Posted By Saint Sinner
users.ini problem

fixed

users.ini

"STEAM_0:0:521101994" "" "b" "ce" ;sinner
"STEAM_0:0:521101994" "" "b" "ce" ;sinner
"STEAM_0:0:521101994" "" "b" "ce" ;sinner
Forum: Scripting Help 11-11-2019, 09:20
Replies: 1
Views: 774
Posted By Saint Sinner
More items in menu

I want to add more items in menu : gVotes[2], gVotes[3], gVotes[4], gVotes[5]

how can do that?


#include <amxmodx>

new gVoteMenu,gVotes[2],gVoting;

public plugin_init()
Forum: Scripting Help 06-16-2019, 13:03
Replies: 2
Views: 711
Posted By Saint Sinner
tag mismatch

what can cause this error?

test.sma(84 -- 85) : warning 213: tag mismatch
test.sma(88 -- 89) : warning 213: tag mismatch
test.sma(92 -- 93) : warning 213: tag mismatch


#include <amxmodx>...
Forum: Scripting Help 06-12-2019, 17:28
Replies: 18
Views: 3,046
Posted By Saint Sinner
Re: Invisible Weapon Only

do you know a another method more efficiency ?
Forum: Scripting Help 06-12-2019, 16:01
Replies: 18
Views: 3,046
Posted By Saint Sinner
Re: Invisible Weapon Only

becouse can stop many hacks..if p model is solid not
Forum: Scripting Help 06-12-2019, 12:15
Replies: 18
Views: 3,046
Posted By Saint Sinner
Re: Invisible Weapon Only

this is your answer? I want to know if is possible or not to make weapon invisible
Forum: Scripting Help 06-12-2019, 02:54
Replies: 18
Views: 3,046
Posted By Saint Sinner
Re: Invisible Weapon Only

In the hands..Maybe is not possible..If is possible please write a code
Forum: Scripting Help 06-11-2019, 20:05
Replies: 18
Views: 3,046
Posted By Saint Sinner
Invisible Weapon Only

I want to make weapon invisible but i dont know if is possible


#include <amxmodx>
#include <fakemeta>

new const g_model[] = "models/v_knife.mdl"

public plugin_init()
{
Forum: Scripting Help 06-11-2019, 11:36
Replies: 11
Views: 2,127
Posted By Saint Sinner
Forum: Scripting Help 06-11-2019, 10:13
Replies: 11
Views: 2,127
Posted By Saint Sinner
Re: Detect distance between Players

I want to detect distance for example

If i am TERO detect CT distance
If i am CT detect TERO distance

How can do that?


#include <amxmodx>
#include <fakemeta>
Forum: Scripting Help 06-11-2019, 08:43
Replies: 11
Views: 2,127
Posted By Saint Sinner
Re: Detect distance between Players

Now i have this error...I want to disable distance if player in my team

L 06/11/2019 - 14:29:47: [AMXX] Displaying debug trace (plugin "head.amxx", version "1.0")
L 06/11/2019 - 14:29:47: [AMXX]...
Forum: Scripting Help 06-08-2019, 15:55
Replies: 11
Views: 2,127
Posted By Saint Sinner
Detect distance between Players

I want to detect distance between Id and another players...But something is wrong here


public client_PreThink(id)
{
new Float:myOrigin[ 3 ], Float:hisOrigin[ 3 ];

new...
Forum: Suggestions / Requests 05-16-2019, 08:36
Replies: 5
Views: 1,591
Posted By Saint Sinner
Re: Decompile plugin

can anyone explain me what doing this source?
Forum: Scripting Help 05-16-2019, 08:21
Replies: 4
Views: 1,114
Posted By Saint Sinner
Forum: Scripting Help 05-16-2019, 07:03
Replies: 4
Views: 1,114
Posted By Saint Sinner
Re: How can make a include file with this native

thanks !

But this native where can put becouse i have 2 plugins ? or not need them anymore? Or en the plugin base?

public plugin_natives()
{
register_library("knife_duels")
...
Forum: Scripting Help 05-16-2019, 03:21
Replies: 4
Views: 1,114
Posted By Saint Sinner
How can make a include file with this native

Sorry guys i am beginner ... Can put here a little example how can make to work?


I have this native

public plugin_natives()
{
register_library("knife_duels")
...
Forum: Suggestions / Requests 05-15-2019, 16:31
Replies: 5
Views: 1,591
Posted By Saint Sinner
Decompile plugin

Can someone make like this plugin a sma? can somebody tell me what does this plugin?

I think it changes the normal entitys to anothers... This is the best anticheat ever.. becouse if you not have...
Forum: Scripting Help 05-15-2019, 16:06
Replies: 3
Views: 1,094
Posted By Saint Sinner
Re: Get user team error

thanks ! I dont have error now if i have i will post here... thanks for help people
Forum: Scripting Help 05-15-2019, 06:12
Replies: 3
Views: 1,094
Posted By Saint Sinner
Get user team error

L 05/15/2019 - 12:58:50: [AMXX] Displaying debug trace (plugin "duel.amxx", version "1.0")
L 05/15/2019 - 12:58:50: [AMXX] Run time error 10: native error (native "cs_get_user_team")
L 05/15/2019 -...
Showing results 1 to 25 of 186

 
Forum Jump

All times are GMT -4. The time now is 21:43.


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