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

[Multi1v1] blind- Custom Round


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
szogun
Senior Member
Join Date: Apr 2016
Old 04-19-2018 , 15:43   [Multi1v1] blind- Custom Round
Reply With Quote #1

He tries to make a duel in the arena where the player is half-blind but does not work

PHP Code:
#include "include/multi1v1.inc"
#include "multi1v1/generic.sp"
#include "multi1v1/version.sp"

#include <sourcemod>
#include <smlib>
#include <multicolors>


#pragma semicolon 1
#pragma newdecls required

public Plugin myinfo = {
    
name "Zacma",
    
author " ",
    
description "blind round",
    
version PLUGIN_VERSION,
    
url "https://github.com/splewis/csgo-multi-1v1"
};

public 
void Multi1v1_OnRoundTypesAdded() {
    
Multi1v1_AddRoundType("Pojedynek na zaćmieniu""blind"BlindHandlertruefalse""true);
}

public 
void BlindHandler(int client) {
    
GivePlayerItem(client"weapon_knife");
    
PrintCenterText(client"Walka po zaćmieniu!");
    
    
ServerCommand("sm_blind 50%d"GetClientUserId(client));

szogun is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 04-19-2018 , 16:40   Re: [Multi1v1] blind- Custom Round
Reply With Quote #2

ServerCommand("sm_blind #%d 50", GetClientUserId(client));
Mitchell is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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