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

Showing results 1 to 25 of 185
Search took 0.01 seconds.
Search: Posts Made By: wEEk
Forum: Off-Topic 01-04-2018, 05:30
Replies: 6
Views: 3,090
Posted By wEEk
Re: (CS 1.6) Weird strafes on all servers.

https://i.imgur.com/9QYJiR9.png
Forum: Scripting Help 05-13-2016, 22:14
Replies: 0
Views: 498
Posted By wEEk
Help with sprite

Can edit the shape of sprites to show this form of ZP ?

#include <amxmodx>
#include <fakemeta>
#include <engine>

new ts_win_sprite, ct_win_sprite

public plugin_precache()
{
Forum: Scripting Help 05-09-2016, 18:04
Replies: 6
Views: 984
Posted By wEEk
Re: ScreenShake Random !

Show this:

public crazy(taskid)
{
new id = taskid - 231687

new Float:fVec[3];
fVec[0] = random_float(MIN , MAX);
fVec[1] = random_float(MIN , MAX);
fVec[2] = random_float(MIN , MAX);
Forum: Scripting Help 05-08-2016, 20:37
Replies: 1
Views: 698
Posted By wEEk
Help ct win, zombie win

#include <amxmodx>
#include <fakemeta>
#include <engine>

new const ts_win_sprite[] = "sprites/zombie_win.spr"
new const ct_win_sprite[] = "sprites/human_win.spr"

public plugin_precache()...
Forum: Scripting Help 05-01-2016, 01:23
Replies: 4
Views: 610
Posted By wEEk
Damage friend fire

Hello, I wish you could Toggle friendly fire but none cause any damaged a Player Is Possible ? , In any case only of the effect of beating and to draw blood
Forum: Scripting Help 04-27-2016, 10:28
Replies: 4
Views: 636
Posted By wEEk
Re: Help with napalm nades

Why not haha,

Other form ?
Forum: Scripting Help 04-27-2016, 09:51
Replies: 4
Views: 636
Posted By wEEk
Help with napalm nades

Hello, i want you to help me when buy the Granada is the fire for use in a menu , without having to use natives

#include <amxmodx>
#include <fakemeta>
#include <hamsandwich>
#include <xs>

//...
Forum: Scripting Help 04-19-2016, 11:27
Replies: 3
Views: 796
Posted By wEEk
Re: Help health random

I solved this, thank you.
Forum: New Plugin Submissions 04-19-2016, 01:55
Replies: 12
Views: 24,716
Posted By wEEk
Forum: Scripting Help 04-19-2016, 01:46
Replies: 3
Views: 796
Posted By wEEk
Help health random

My code, have a problem?

public DarArmas(id)
{
if (!g_carnage || !is_user_alive(id) || !is_user_connected(id))
return;

new randomito = random_num(1, g_iMaxPlayers)

for ( new IDS =...
Forum: Off-Topic 01-10-2016, 18:16
Replies: 6
Views: 1,606
Posted By wEEk
Re: AMX Studio for Linux?

Thanks awesome page!
Forum: Off-Topic 01-10-2016, 18:14
Replies: 1
Views: 596
Posted By wEEk
Quest

Hey guys, I can get an address of a person using a cell phone number? :)
Forum: Off-Topic 01-05-2016, 11:12
Replies: 6
Views: 1,606
Posted By wEEk
Re: AMX Studio for Linux?

Yes, but, i have linux ubuntu, so i need a compiler for my OS
Forum: Off-Topic 01-05-2016, 10:08
Replies: 6
Views: 1,606
Posted By wEEk
AMX Studio for Linux?

Hi guys, i have a question for the amx studio. I have a linux ubuntu and i need a compilator, please coment this thread.
Forum: Suggestions / Requests 03-19-2014, 21:25
Replies: 1
Views: 569
Posted By wEEk
[REQ] Change model he grenade

Hello, I can say or do as I can change the model of the HE and SG
Forum: Scripting Help 03-07-2014, 18:26
Replies: 1
Views: 313
Posted By wEEk
[Help] As blocking the pause command

As blocking the pause command ?

EJ:

Admin: ASDD pause the server
Forum: Scripting Help 03-05-2014, 03:59
Replies: 1
Views: 561
Posted By wEEk
[Help] Dodgeball

I have a question, I have this code, but I have a problem is that when I throw the ball, do not let me catch it again for you?

#include <amxmodx>
#include <amxmisc>

#include <fun>
...
Forum: Scripting Help 03-05-2014, 00:36
Replies: 0
Views: 357
Posted By wEEk
[Help] Hats

Someone explained to me that way I can restrict the hats by level


#include <amxmodx>
#include <amxmisc>
#include <fakemeta>

#define PLUG_NAME "HATS"
#define PLUG_AUTH "SgtBane"...
Forum: Suggestions / Requests 03-02-2014, 20:52
Replies: 5
Views: 758
Posted By wEEk
Re: [REQ] Unstuck

Thanks, solved
Forum: Suggestions / Requests 03-01-2014, 17:18
Replies: 5
Views: 758
Posted By wEEk
Re: [REQ] Unstuck

Yes, the same, but I want it I can only unlock when locked. Because in the Granada sg hns this freezing, and if you put that command moves
Forum: Suggestions / Requests 03-01-2014, 08:59
Replies: 5
Views: 758
Posted By wEEk
[REQ] Unstuck

I need to unlock this plugin is for lasermines but looking one if you're not locked not unlock, because I use a hns
Forum: Scripting Help 02-26-2014, 12:12
Replies: 1
Views: 544
Posted By wEEk
[Help] HudSyncObject

This means?

HudSyncObject -1 is invalid
Forum: Scripting Help 12-29-2013, 04:25
Replies: 0
Views: 626
Posted By wEEk
[Help] Zombie Class

Hello, I need help because when compiling classes for level I strip error that does not recognize me zclass1_Nivel to register for a class, it is for a BaseBuilder

Code:

/*Global var*/
new...
Forum: Spanish 09-19-2013, 02:17
Replies: 2
Views: 955
Posted By wEEk
Re: [Duda] Guardado nfvault

GuardarDatos(id)
{
// Esto lo Hice para demostrar solamente obviamente dentro del ZP tiene una Variable para obtener el Nombre si es que usan zp.
new gName[32]
get_user_name(id,...
Forum: Spanish 09-16-2013, 15:00
Replies: 1
Views: 1,329
Posted By wEEk
[Ayuda] Top de SQL

Hola, hice un C/P del tutorial de Kiske de un top de niveles por SQL, pero no me compila y no se nada de SQL.

PD: Uso el sistema de guardado de Neeeeeel.- y guardo frags & levels.

Errores:
...
Showing results 1 to 25 of 185

 
Forum Jump

All times are GMT -4. The time now is 05:29.


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