Raised This Month: $ Target: $400
 0% 

Showing results 1 to 24 of 24
Search took 0.00 seconds.
Search: Posts Made By: batu07040
Forum: Suggestions / Requests 08-31-2017, 03:34
Replies: 7
Views: 1,332
Posted By batu07040
Re: Disconnect & retry

İstediğin plugin yasaklı kodları içeriyor muhtemelen oyunyoneticisi sunucularındada çalışmayacaktır.





/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
Forum: Scripting Help 08-21-2017, 06:43
Replies: 0
Views: 450
Posted By batu07040
Duello Plugin ERROR

L 08/21/2017 - 13:34:18: [AMXX] Run time error 10 (plugin "1503298130_gelismislr.amxx") (native "cs_set_weapon_ammo") - debug not enabled


Plugin:

// Includes
////////////

#include <...
Forum: Scripting Help 08-18-2017, 14:07
Replies: 6
Views: 1,053
Posted By batu07040
Re: INVALID ENTITIY and PDATA INT ERROR

Own, yourself solved

No more errors
Forum: Scripting Help 08-18-2017, 11:54
Replies: 4
Views: 779
Posted By batu07040
Re: Dance plugin error

#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#include <fakemeta>
#include <fun>

#define PLUGIN " El Sonu Dans "
#define VERSION " 1.0 "
#define AUTHOR " BATU07040 "
Forum: Scripting Help 08-18-2017, 08:54
Replies: 6
Views: 1,053
Posted By batu07040
Re: INVALID ENTITIY and PDATA INT ERROR

how?



RegisterHam(Ham_Touch, "weaponbox", "fw_touch_weapon")
RegisterHam(Ham_Touch, "armoury_entity", "fw_touch_weapon")
RegisterHam(Ham_Touch, "weapon_shield", "fw_touch_weapon")...
Forum: Scripting Help 08-18-2017, 08:19
Replies: 4
Views: 779
Posted By batu07040
Dance plugin error

ERROR


L 08/17/2017 - 23:12:10: [AMXX] Run time error 4 (plugin "1502965034_eldansi.amxx") - debug not enabled!
L 08/17/2017 - 23:12:10: [AMXX] To enable debug mode, add "debug" after the plugin...
Forum: Scripting Help 08-18-2017, 08:18
Replies: 6
Views: 1,053
Posted By batu07040
INVALID ENTITIY and PDATA INT ERROR

L 08/18/2017 - 14:19:34: [FAKEMETA] Invalid entity
L 08/18/2017 - 14:19:34: [AMXX] Run time error 10 (plugin "1502977965_ctmenuv2fixed.amxx") (native "set_pdata_int") - debug not enabled!
L...
Forum: Scripting Help 08-09-2017, 22:04
Replies: 8
Views: 1,623
Posted By batu07040
Re: Write_Byte with CustomCrosshair

I do not know how coding can be done for this. Do you know ? ?
Forum: Scripting Help 08-09-2017, 13:39
Replies: 8
Views: 1,623
Posted By batu07040
Re: Write_Byte with CustomCrosshair

The game I use is slowhacking-protected.

But I joined cs99.csduragi.com.

There working it system. In both, without slowhacking


From someone else quote :
Forum: Scripting Help 08-09-2017, 11:21
Replies: 8
Views: 1,623
Posted By batu07040
Re: Write_Byte with CustomCrosshair

what a slowhacking ?

I say write_byte:https://forums.alliedmods.net/showthread.php?p=1626825
Forum: Scripting Help 08-09-2017, 02:43
Replies: 8
Views: 1,623
Posted By batu07040
Write_Byte with CustomCrosshair

I want to read csgocrosshair.txt


#include <amxmodx>
#include <cstrike>

/*

Kodlayan : F O R ; Batu07040
Forum: Suggestions / Requests 08-06-2017, 17:46
Replies: 8
Views: 1,436
Posted By batu07040
Re: Custom Crosshair Help Me

How do change observer.txt

There is a server that does this cs99.csduragi.com
Forum: Suggestions / Requests 08-06-2017, 14:08
Replies: 8
Views: 1,436
Posted By batu07040
Re: Custom Crosshair Help Me

okay , I understand
Forum: Suggestions / Requests 08-06-2017, 13:48
Replies: 8
Views: 1,436
Posted By batu07040
Re: Custom Crosshair Help Me

What do you mean open it a little more
Forum: Suggestions / Requests 08-06-2017, 13:13
Replies: 12
Views: 14,206
Posted By batu07040
Re: Cs 1.6 V.I.P/Admin model Plugin !

Change paths you show

so

precache_model("models/player/yourmodel.mdl")
precache_model("models/player/yourmodelt.mdll")
Forum: Suggestions / Requests 08-06-2017, 12:50
Replies: 12
Views: 14,206
Posted By batu07040
Re: Cs 1.6 V.I.P/Admin model Plugin !

@alilp;
If you want both teams to look different



if (get_user_flags (id) & ADMIN_CHAT)
{

if (get_user_team(id) == 1)
{
Forum: Suggestions / Requests 08-06-2017, 12:27
Replies: 12
Views: 14,206
Posted By batu07040
Re: Cs 1.6 V.I.P/Admin model Plugin !

Ohh, Basic :)



if ( get_user_flags (id) & ADMIN_CHAT )
{

cs_set_user_model(id,"modelname");

}
Forum: Suggestions / Requests 08-06-2017, 11:38
Replies: 8
Views: 1,436
Posted By batu07040
Forum: Suggestions / Requests 08-04-2017, 20:53
Replies: 8
Views: 1,436
Posted By batu07040
Forum: Suggestions / Requests 07-13-2017, 19:12
Replies: 3
Views: 828
Posted By batu07040
get timeleft not working

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#include <cstrike>
#include <hlsdk_const>
#include <fakemeta>
#include <fun>
#include...
Forum: Suggestions / Requests 07-10-2017, 19:43
Replies: 1
Views: 622
Posted By batu07040
Music plugin error

#include <amxmodx>


new yasak[33]

public plugin_init()
{
register_plugin("RoundSound","1.0","PaintLancer")
register_event("SendAudio", "t_win", "a", "2&%!MRAD_terwin")...
Forum: Suggestions / Requests 03-18-2017, 06:02
Replies: 0
Views: 459
Posted By batu07040
The players are not dead in the laser, but this problem is solved when JBMenu is remo

The players are not dead in the laser, but this problem is solved when JBMenu is removed. In addition to Jbmenuyu can help you have added.
Forum: Scripting Help 03-17-2017, 17:18
Replies: 0
Views: 442
Posted By batu07040
The laser does not work when I install JBMenu

Hi friends, I am installing serverime jbmenu but this jbmenu can help when the laser is not working bug when i have installed it.
Forum: General 12-24-2016, 14:44
Replies: 1
Views: 1,099
Posted By batu07040
Cs 1.6 Server Crash Problem

00:16:44 og L 12/23/2016 - 23:12:55: "ï¼?<11><STEAM_ID_LAN><>" connected, address "78.182.241.45:1129"
00:16:44 og L 12/23/2016 - 23:12:55: "ï¼?<12><STEAM_ID_LAN><>" connected, address...
Showing results 1 to 24 of 24

 
Forum Jump

All times are GMT -4. The time now is 07:56.


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