Raised This Month: $ Target: $400
 0% 

Showing results 1 to 16 of 16
Search took 0.00 seconds.
Search: Posts Made By: ReyZ
Forum: Scripting 06-25-2021, 10:24
Replies: 2
Views: 869
Posted By ReyZ
Forum: Scripting 06-25-2021, 04:29
Replies: 2
Views: 869
Posted By ReyZ
PrecacheSound not working?

public void OnMapStart() {
PrecacheSound("sound/test/test.mp3", true);
AddFileToDownloadsTable("sound/test/test.mp3");
}
When i use
EmitSoundToClient(client, "sound/test/test.mp3");
Gives...
Forum: Plugins 06-24-2021, 13:01
Replies: 5
Views: 1,806
Posted By ReyZ
Re: [ANY] Force Player to Use Command

Where can i learn new syntax?

Like that?

decl String:arg1[32];GetCmdArg(1, arg1, sizeof(arg1));
decl String:arg2[32];GetCmdArgString(arg2, sizeof(arg2));

to

char arg1[32];GetCmdArg(1,...
Forum: Plugins 06-24-2021, 12:17
Replies: 5
Views: 1,806
Posted By ReyZ
Re: [ANY] Force Player to Use Command

I'm new. I searched and i did not find any force command plugin so i tried to make one :(
Forum: Plugins 06-24-2021, 11:47
Replies: 5
Views: 1,806
Posted By ReyZ
[ANY] ForceCMD

Simple plugin to force player to use a command.

Usage:
sm_forcecmd <name or #id> <command>
Example: "sm_forcecmd ReyZ say Hi" or in chat "!forcecmd ReyZ say hi"

Cvars:
No cvars.
...
Forum: Scripting 06-23-2021, 12:48
Replies: 3
Views: 865
Posted By ReyZ
Re: GivePlayerItem without ammo?

I found it. I just download smlib (https://github.com/bcserv/smlib), and boom!

#include <smlib/clients>



Client_GiveWeaponAndAmmo(param1, "weapon_usp", true, 0);
Forum: Scripting 06-22-2021, 18:25
Replies: 3
Views: 865
Posted By ReyZ
GivePlayerItem without ammo?

GivePlayerItem(param1, "weapon_usp");
Gives player USP with 12/100 how can i disable that?
Forum: Scripting 06-21-2021, 11:37
Replies: 0
Views: 557
Posted By ReyZ
[CSS] Change team event

When player is death and joins spectator team then joins again terrorist team player will respawn i wan't to disable that (only happnes in hg_ maps)

new specrev = 0
public void OnPluginStart()
{...
Forum: Scripting 01-10-2021, 06:49
Replies: 2
Views: 937
Posted By ReyZ
Forum: Scripting 01-10-2021, 06:44
Replies: 2
Views: 937
Posted By ReyZ
Getting player name not working

I want to print client name but not working
#include <sourcemod>
#include <sdktools>
#include <cstrike>

public Plugin:myinfo =
{
name = "KACCM",
author = "ReyZ",
description = "KACCM",
Forum: Scripting 12-04-2020, 03:20
Replies: 2
Views: 961
Posted By ReyZ
Re: [HELP] Giving team godmode

Thanks, it works.
Forum: Scripting 12-04-2020, 02:20
Replies: 2
Views: 961
Posted By ReyZ
[HELP] Giving team godmode

SetEntProp(CS_TEAM_CT, Prop_Data, "m_takedamage", 0, 1)
Not working please help.
Forum: Plugin/Gameplay Ideas and Requests 11-13-2020, 10:29
Replies: 0
Views: 493
Posted By ReyZ
[CSS]JailBreak CT Team Block

i want a plugin only admins can makes player CT and when a player joins the server it will auto join the t team
Please.
(Sorry for my bad english :cry:)
Forum: Plugin/Gameplay Ideas and Requests 10-30-2020, 06:00
Replies: 2
Views: 719
Posted By ReyZ
Re: NON PVP Zone?

Guys i found it https://forums.alliedmods.net/showthread.php?p=2023591
Forum: Plugin/Gameplay Ideas and Requests 10-30-2020, 04:47
Replies: 2
Views: 719
Posted By ReyZ
NON PVP Zone?

[CS:S] How can i make non pvp zone on my server? i want to make a non pvp zone in surf_ski_2_source map.
Forum: Plugin/Gameplay Ideas and Requests 10-07-2020, 07:08
Replies: 0
Views: 466
Posted By ReyZ
Make CT team limit or CT lock

(CS:S)
I'm managing an jailbreak server. New users joins the ct team and i want to block ct team join how can i do?
Can someone make a plugin maybe !ct_limit <maxctnumber> or only !team command can...
Showing results 1 to 16 of 16

 
Forum Jump

All times are GMT -4. The time now is 00:32.


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