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

Showing results 1 to 25 of 99
Search took 0.01 seconds.
Search: Posts Made By: 2389736818
Forum: Scripting 12-10-2018, 04:08
Replies: 3
Views: 1,176
Posted By 2389736818
How to fix these plugin errors?

code
#pragma semicolon 1
#include <sourcemod>
#include <tinyxml>
#include <SteamWorks>

bool IsClientJoinTeam[MAXPLAYERS+1] = {false,...};
char s_ip[MAXPLAYERS+1][32];

#define VERSION "1.0"
Forum: Plugin/Gameplay Ideas and Requests 11-30-2018, 23:53
Replies: 1
Views: 677
Posted By 2389736818
How to insert this query ip api into the plugin?

ip api:http://ip-api.com/docs/api:json

What code can be used to implement this function?
Forum: Scripting 11-10-2018, 20:28
Replies: 1
Views: 821
Posted By 2389736818
How to fix these errors

Code:
//----------------------------------------------------------------------------------------------------
// Purpose: ...
Forum: Scripting 10-06-2018, 12:28
Replies: 19
Views: 3,262
Posted By 2389736818
Re: How i can compile this plugin

emitsoundany in here:https://forums.alliedmods.net/showthread.php?t=237045
Forum: Scripting 10-06-2018, 06:38
Replies: 7
Views: 1,432
Posted By 2389736818
Re: How to fix this entity error?

It’s incredible, I successfully fixed it.

I find examples in Wiki:https://wiki.alliedmods.net/Entity_References_%28SourceMod%29


/* <DR.API ZOMBIES POWERS> (c) by <De Battista Clint -...
Forum: Scripting 10-06-2018, 05:03
Replies: 7
Views: 1,432
Posted By 2389736818
Re: How to fix this entity error?

I had made a mistake, these are two different concepts.:shock:
Forum: Scripting 10-06-2018, 04:28
Replies: 7
Views: 1,432
Posted By 2389736818
Re: How to fix this entity error?

I tested I changed the code still failed.


/***********************************************************/
/********************* REMOVE ENTITY ***********************/...
Forum: Plugins 10-06-2018, 02:36
Replies: 9
Views: 5,834
Posted By 2389736818
Re: UNLOZE Zombie Riot for CSGO

Ah, I solved the bot, but still can not opened fire. I think it should be plug-in problem.
Forum: Scripting 10-05-2018, 21:18
Replies: 7
Views: 1,432
Posted By 2389736818
Re: How to fix this entity error?

I found the same name as ''-1''.


/***********************************************************/
/********************** CREATE TONGUE **********************/...
Forum: Scripting 10-05-2018, 20:26
Replies: 7
Views: 1,432
Posted By 2389736818
How to fix this entity error?

error log:
L 10/05/2018 - 20:57:49: SourceMod error session started
L 10/05/2018 - 20:57:49: Info (map "de_dust2") (file "errors_20181005.log")
L 10/05/2018 - 20:57:49: [SM] Exception reported:...
Forum: Plugins 10-05-2018, 12:24
Replies: 9
Views: 5,834
Posted By 2389736818
Re: UNLOZE Zombie Riot for CSGO

bug?
I can't shoot, no arms.
There are always people in the brush CT spawn point.The bot is committing suicide?
Forum: Unapproved Plugins 10-05-2018, 10:02
Replies: 25
Views: 16,842
Posted By 2389736818
Re: [CSGO] - (•̪̀●́) Zombie riot

Repair links
https://www.mediafire.com/file/jmvj67o0bkihfnl/29111.zip/file

fastdl models
https://www.mediafire.com/file/k0e774cm9x6n3ur/csgoserver.rar/file
Forum: Plugins 10-04-2018, 21:34
Replies: 9
Views: 5,834
Posted By 2389736818
Re: UNLOZE Zombie Riot for CSGO

Good job! :bacon!::bacon!: I suggest that Translations should be added.
Forum: Scripting 10-03-2018, 12:37
Replies: 1
Views: 550
Posted By 2389736818
How to solve these errors?

This is the start of the error
compile log:
src/zr/base/configmanager.inc(226):error 130:cannot coerce functions to values
src/zr/base/configmanager.inc(319):warning 219:local variable "result"...
Forum: Scripting 09-22-2018, 10:54
Replies: 2
Views: 702
Posted By 2389736818
Re: How to solve this error

I tried to delete ''RemoveEntity'' but there was a warning.
Forum: Scripting 09-22-2018, 10:49
Replies: 2
Views: 702
Posted By 2389736818
How to solve this error?

sp code
public Action Command_DeleteProjector(int client, int args)
{
for (int i = 0; i < INT_PROJECTOR_COUNT; i++)
{
if(IsValidEntity(C_Projector[i]))RemoveEntity(C_Projector[i], false);...
Forum: Plugin/Gameplay Ideas and Requests 05-08-2018, 21:15
Replies: 0
Views: 552
Posted By 2389736818
[CSGO ZR] Zombie and Human Voice Radio plugins

I found a plug-in Radio https://forums.alliedmods.net/showthread.php?p=1346712
How to modify it to use on two team,And that's T and CT.

What code needs to be added to achieve?
Forum: Plugins 05-08-2018, 21:04
Replies: 1,201
Views: 750,539
Posted By 2389736818
Re: Zombie Riot V1.9.1b

For TerminateRound error, you can try to use this to repair.
https://forums.alliedmods.net/showpost.php?p=1718291&postcount=873
or A repair version of or jono666...
Forum: Scripting 04-30-2018, 07:01
Replies: 2
Views: 953
Posted By 2389736818
How do I get a error in my plug-in?

sp code
#include <smrpg>
#include <cstrike>

#pragma newdecls required

char g_szClantag[MAXPLAYERS+1][32];

public Plugin myinfo =
{
Forum: Plugin/Gameplay Ideas and Requests 04-19-2018, 06:12
Replies: 2
Views: 1,077
Posted By 2389736818
Re: [CSGO] How to set up the Format and color in the my plug-in?

I succeeded but the color didn't show.

#pragma semicolon 1
#include <sourcemod>
#include <sdktools>
#include <multicolors>
#include <adminmenu>


#undef REQUIRE_EXTENSIONS
Forum: Plugin/Gameplay Ideas and Requests 04-19-2018, 05:26
Replies: 2
Views: 1,077
Posted By 2389736818
Re: [CSGO] How to set up the Format and color in the my plug-in?

I succeeded in testing but the color did not display,How to modify?

http://chuantu.biz/t6/290/1524129914x-1404764391.png
Forum: Plugin/Gameplay Ideas and Requests 04-19-2018, 00:00
Replies: 2
Views: 1,077
Posted By 2389736818
[CS:S] How to set up the Format and color in the my plug-in?

What measures can be added or the.....

sp code
#pragma semicolon 1
#include <sourcemod>
#include <sdktools>
#include <adminmenu>


#undef REQUIRE_EXTENSIONS
Forum: Plugins 12-04-2016, 23:22
Replies: 100
Views: 55,283
Posted By 2389736818
Re: [CS:GO] Zombie Riot v1.0 [SF Release 14-06-2015]

You try this .

You can use this Download https://yadi.sk/d/YWJi9003oh6JF
Forum: Plugin/Gameplay Ideas and Requests 11-24-2016, 07:55
Replies: 10
Views: 5,671
Posted By 2389736818
[CSGO] Automatic machine gun tower plugins

I see a plugin in the server.
This plug-in can be placed machine gun tower,It is achieved through what code?


Video http://youtu.be/pBAt2dhOUy8
Forum: Plugin/Gameplay Ideas and Requests 11-15-2016, 06:18
Replies: 2
Views: 827
Posted By 2389736818
Re: Plugins Color Need Help .

This code can be used?
FormatTextString(String:text[], maxlen)
{
Format(text, maxlen, "@green[%t] @default%s", "ZRiot", text);

ReplaceString(text, maxlen, "@default","\x01");
...
Showing results 1 to 25 of 99

 
Forum Jump

All times are GMT -4. The time now is 11:30.


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