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

Showing results 1 to 25 of 29
Search took 0.00 seconds.
Search: Posts Made By: kimilover
Forum: Scripting Help 06-13-2014, 15:38
Replies: 4
Views: 2,606
Posted By kimilover
Re: Boolean at an origin

when you save the blocks plugin makes a file at folder data with mapname.bcm and there it put the letter U for xp block, the origin x,y,z and the angles.... maybe i can do something with this file?
Forum: Scripting Help 06-13-2014, 15:17
Replies: 4
Views: 2,606
Posted By kimilover
Re: Boolean at an origin

thx fo your awnser i want to help i have a hns blocks server and i want to use someone all blocks xp and not only one at a map... the code is this.
ActionXPBlock(id, ent)
{
if (...
Forum: Scripting Help 06-13-2014, 11:19
Replies: 4
Views: 2,606
Posted By kimilover
Boolean at an origin

Hi can i use a boolean for restricted an origin for example this.

new bool: used_or[32];
new bool: used_id[32];

public origin(id, ent) {
new Float: ors[3];
new loc = pev(ent, pev_origin,...
Forum: Scripting 06-13-2014, 11:18
Replies: 1
Views: 366
Posted By kimilover
Re: Boolean at an origin

delete it wrong section sorry
Forum: Scripting 06-13-2014, 11:14
Replies: 1
Views: 366
Posted By kimilover
Boolean at an origin

Hi can i use a boolean for restricted an origin for example this.

new bool: used_or[32];
new bool: used_id[32];

public origin(id, ent) {
new Float: ors[3];
new loc = pev(ent, pev_origin,...
Forum: Scripting Help 07-11-2013, 11:19
Replies: 9
Views: 2,252
Posted By kimilover
Re: fast zoom

OK the problem is fixed. thx a lot bos93 for your script and your time..
Forum: Scripting Help 07-11-2013, 11:16
Replies: 6
Views: 1,333
Posted By kimilover
Re: problem with get_user_flags

try this
if(iFlags & ADMIN_IMMUNITY)
admin = 1
else if((iFlags & ADMIN_LEVEL_G) && (iFlags & ADMIN_LEVEL_H))
admin = 2
else if(iFlags & ADMIN_LEVEL_G)
...
Forum: Scripting Help 07-11-2013, 10:43
Replies: 6
Views: 1,333
Posted By kimilover
Re: problem with get_user_flags

can you paste the full code?
Forum: Scripting Help 07-11-2013, 08:03
Replies: 2
Views: 967
Posted By kimilover
Re: Can someone help me with this

man you use the fuctions cs_get_user_team and others without include the true inc files..
here you need the <cstrike> && <fun>...
i try to fix your code i hope to work..
#include <amxmodx> ...
Forum: Scripting Help 07-11-2013, 07:16
Replies: 8
Views: 1,506
Posted By kimilover
Re: hide CT & auto option choosteam

man i think you cant do this because its from game. the only thing you can do its to block them and when the users try to join will be returned them to the choose team...
Forum: Scripting Help 07-10-2013, 15:34
Replies: 6
Views: 962
Posted By kimilover
Re: Need help with code

#include <amxmodx>
#include <amxmisc>
#include <cstrike>

#define PLUGIN "Terrorist Voice Enable"
#define VERSION "1.0"
#define AUTHOR "Nefos"

new bool:disable_voice
Forum: Scripting Help 07-10-2013, 13:47
Replies: 6
Views: 962
Posted By kimilover
Re: Need help with code

You want the admins who are in Terrorist team can chat when the voice has disabled or you want the admin who re in Terrorists can chat and use the /voice command?
Forum: Scripting Help 07-08-2013, 07:34
Replies: 9
Views: 2,252
Posted By kimilover
Re: fast zoom

tell me exactly how it works..
Forum: Scripting Help 07-07-2013, 12:18
Replies: 3
Views: 780
Posted By kimilover
Re: Timer in the last seconds

yes the while wasnt very good choice.. i am new :D but your wrong was at your conditional...
Forum: Trash 07-07-2013, 07:57
Replies: 3
Views: 735
Posted By kimilover
Re: Setlevel Mod need help

your welcome :)
Forum: Trash 07-07-2013, 07:50
Replies: 3
Views: 735
Posted By kimilover
Re: Setlevel Mod need help

i think you are in wrong forum you must go on plugins requests about your problem...
Forum: Scripting Help 07-07-2013, 06:36
Replies: 9
Views: 2,252
Posted By kimilover
Re: fast zoom

i try your code and it didnt work from me do you have something else in your mind?
Forum: Scripting Help 07-07-2013, 05:10
Replies: 3
Views: 780
Posted By kimilover
Re: Timer in the last seconds

i am not very sure about this and i am new in this language but i believe if you change that:
if (roundtime > 0) to
while (roundtime <= 30) {
set_hudmessage(255, 255, 255, 0.02, 0.29, 0, 6.0,...
Forum: Scripting Help 07-06-2013, 17:11
Replies: 9
Views: 2,252
Posted By kimilover
Re: fast zoom

do you try this code?
Forum: Scripting Help 07-06-2013, 15:39
Replies: 9
Views: 2,252
Posted By kimilover
Re: fast zoom

that is the code that it dont works...

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <fakemeta>
#include <cstrike>
#include <hamsandwich>
Forum: Scripting Help 07-05-2013, 19:00
Replies: 9
Views: 2,252
Posted By kimilover
Re: fast zoom

Speed shot is when you press right click and without wait to aim someone with zoom you press the left click.. You press right click and one second later you press left click to shoot.. That is the...
Forum: Scripting Help 07-05-2013, 12:47
Replies: 9
Views: 2,252
Posted By kimilover
fast zoom

guys i need your help with one plugin. I want when someone make Speed Shot with awp shows a message in the game: The Player Low make a Speed Shot with AWP.
i try to find some solutions to make it...
Forum: Scripting Help 05-22-2013, 09:17
Replies: 6
Views: 1,611
Posted By kimilover
Re: help with say cmd

thx my friend.
Forum: Scripting Help 05-22-2013, 06:37
Replies: 6
Views: 1,611
Posted By kimilover
Re: help with say cmd

thx for your time.but i want to know what i am doing wrong with my code because i am intresting to learn pawn language.
Forum: Scripting Help 05-21-2013, 05:06
Replies: 6
Views: 1,611
Posted By kimilover
help with say cmd

Hi guys i want a say cmd .setpass "password" to set sv_password "password". I try to make it with this code but it isn work when i write .setpass 32 but when i write .setpass and it dont set any...
Showing results 1 to 25 of 29

 
Forum Jump

All times are GMT -4. The time now is 09:37.


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