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

Showing results 1 to 25 of 31
Search took 0.00 seconds.
Search: Posts Made By: LordOfBlade
Forum: Scripting Help 05-23-2017, 10:56
Replies: 5
Views: 1,631
Posted By LordOfBlade
Re: Help changing Task for get_gametime()

Example 2 is quite useful. He gave me an idea. Since I have a global think.
Forum: Scripting Help 05-21-2017, 10:05
Replies: 5
Views: 1,631
Posted By LordOfBlade
Re: Help changing Task for get_gametime()

ok. Thanks for the answers.
Forum: Scripting Help 05-21-2017, 09:13
Replies: 5
Views: 1,631
Posted By LordOfBlade
Help changing Task for get_gametime()

Can someone give me an example of how to use get_gametime() as that type of task

example:

// on takedamage
Call_funtion(attacker)

Public call_funtion(id)
{
...
Forum: Suggestions / Requests 05-08-2017, 09:21
Replies: 5
Views: 910
Posted By LordOfBlade
Re: [Request] shop buy frag money

test

#include <amxmodx>
#include <fun>
#include <hamsandwich>
#include <cstrike>

enum _:DATA_SHOP
{
NAME_ITEMS[32],
Forum: Scripting Help 05-05-2017, 15:37
Replies: 8
Views: 1,406
Posted By LordOfBlade
Re: Help Trying

like this?

enum Zombies_Class
{
g_class_1 = 1,
g_class_1 = 2
}

switch (zp_get_user_zombie_class(id))
{
Forum: Scripting Help 05-05-2017, 11:11
Replies: 8
Views: 1,406
Posted By LordOfBlade
Re: Help Trying

tell me. I will do my best to do it.
Forum: Scripting Help 05-05-2017, 10:55
Replies: 8
Views: 1,406
Posted By LordOfBlade
Re: Help Trying

But there is no way to switch it to switch?

Since they would be 29 else if...
Forum: Scripting Help 05-04-2017, 12:22
Replies: 8
Views: 1,406
Posted By LordOfBlade
Help Trying

good day.

help. I trying to check zombie classes with switch

like this:

switch (zp_get_user_zombie_class(id))
{
case g_class_1:
{
Forum: Off-Topic 03-04-2017, 11:19
Replies: 0
Views: 654
Posted By LordOfBlade
Entities stick problem.

Does anyone know how to fix this bug? I have no idea what it is. Since it leaves me since I put the zombie plague default and does not pay attention to him.
It happens with everything. Weapons,...
Forum: Scripting Help 02-20-2017, 07:02
Replies: 1
Views: 994
Posted By LordOfBlade
Error trying compile on 1.8.3 md5 to hash_string

good day. i have the next error when i try compile this

public reg_password( id ) {
read_args( g_password[ id ], charsmax( g_password[ ] ) );
remove_quotes( g_password[ id ] );
trim(...
Forum: Scripting Help 08-31-2016, 12:15
Replies: 6
Views: 953
Posted By LordOfBlade
Re: save float ratio; base on frags deaths

It is done. I thought there was a better way but that's it. thank you very much at 2
Forum: Scripting Help 08-31-2016, 11:47
Replies: 6
Views: 953
Posted By LordOfBlade
Re: save float ratio; base on frags deaths

Example: I want to put the result of float (g_frags [33] + g_headshot [33]) / (g_deaths [33] +1) in g_ratio [33] and then save g_ratio [33] in sql. what I not find is that form of making.

example...
Forum: Scripting Help 08-31-2016, 10:01
Replies: 6
Views: 953
Posted By LordOfBlade
Re: save float ratio; base on frags deaths

Perfectly. But no have idea how. Now I'm from phone. Later I will edit this topic for write all that you need. Tu for read this.
Forum: Scripting Help 08-31-2016, 08:47
Replies: 6
Views: 953
Posted By LordOfBlade
save float ratio; base on frags deaths

is this possible? or is there any way to make it possible to save an SQL variable and display it on top 10?

new Float:g_ratio[33] = float(g_frags[33] + g_headshot[33]) / (g_deaths[33]+1)
but...
Forum: Suggestions / Requests 08-20-2016, 13:33
Replies: 7
Views: 1,452
Posted By LordOfBlade
Re: [REQ] Pick up weapon only by owner

ty ham this work perfect
Forum: Suggestions / Requests 08-20-2016, 11:40
Replies: 7
Views: 1,452
Posted By LordOfBlade
Re: [REQ] Pick up weapon only by owner

ty #siriusmd99 i will test its.

edit: when try compiling look the error Error: Undefined symbol "Is_Player" on line 17 Error: Undefined symbol "Is_Player" on line 21
Forum: Suggestions / Requests 08-19-2016, 20:09
Replies: 7
Views: 1,452
Posted By LordOfBlade
[REQ] Pick up weapon only by owner

hi, all someone can create plugin for pick up guns only if they owner. example: a friend or foe can not grab my gun when I throw it to the ground. ty all sorry if annoying lot.
Forum: Suggestions / Requests 08-19-2016, 20:08
Replies: 0
[
Views: 310
Posted By LordOfBlade
[

pick up guns only if they owner. example: a friend or foe can not grab my gun when I throw it to the ground.
Forum: Scripting Help 08-17-2016, 18:22
Replies: 3
Views: 1,062
Posted By LordOfBlade
Re: Problem sending messages win

no no no i dont want block sound, just make the code work well to send message.
this work. This works but not optimally, ometimes by throwing bombs message is name Radio []
no blocked text in the...
Forum: Suggestions / Requests 08-16-2016, 22:00
Replies: 0
Views: 465
Posted By LordOfBlade
required fix fire on... for zp

Only.required fix this code for work perfectly ty..
https://forums.alliedmods.net/showthread.php?t=286390
Forum: Scripting Help 08-16-2016, 10:53
Replies: 3
Views: 1,062
Posted By LordOfBlade
Problem sending messages win

after putting a pump system that works well on radio. but I have noticed that now sends the message won counter-terrorist or terrorist.

What did I do wrong?. Here is the code:

public...
Forum: Scripting Help 08-08-2016, 15:59
Replies: 0
Views: 313
Posted By LordOfBlade
ZP add bomd type on radio

Hi allí how can add bomba type con radio. I have another bomb like bubble, drug inside of zp. Can you help me how can add its? Example: player fire on bla bla fire bomb, frost bomb, bubble, bomb,...
Forum: Scripting Help 07-25-2016, 12:09
Replies: 2
Views: 742
Posted By LordOfBlade
Re: no download the weapons

ty for the fast reply.

[es] yo cambie a otro fast dl y el problema continua...
Forum: Scripting Help 07-25-2016, 11:55
Replies: 2
Views: 742
Posted By LordOfBlade
no download the weapons

good day all, i have a problem i change the fast dl and have the same problem, everytime when download the files size is of 1kb

there the code ty for read this.

enum _:menu_dm
{ ...
Forum: Zombie Plague Mod 07-22-2016, 09:43
Replies: 203
Views: 131,594
Posted By LordOfBlade
Register class zombie

how i can register as a class of zombie? calling the menu every time you infect me and change the class when I select.

sorry for english, i speak spanish
Showing results 1 to 25 of 31

 
Forum Jump

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


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