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

Showing results 1 to 25 of 50
Search took 0.00 seconds.
Search: Posts Made By: leonardo121
Forum: Scripting Help 08-25-2017, 12:05
Replies: 5
Views: 1,801
Posted By leonardo121
Re: csgo mode cs 1.6 error

post the line 287
Forum: Scripting Help 08-10-2017, 16:40
Replies: 4
Views: 1,524
Posted By leonardo121
Re: Find Players problem menu

use the function find_player

https://www.amxmodx.org/api/amxmodx/find_player
Forum: Scripting Help 08-10-2017, 09:44
Replies: 6
Views: 1,150
Posted By leonardo121
Re: Plugin error

post solution as mark thread as solved
Forum: Scripting Help 08-09-2017, 13:18
Replies: 8
Views: 1,608
Posted By leonardo121
Re: Write_Byte with CustomCrosshair

why people slowhacking players, jesusss
Forum: Scripting Help 08-09-2017, 10:50
Replies: 22
Views: 3,039
Posted By leonardo121
Re: OnWeapon_Precache error

public plugin_precache()
{
for(new i; i < sizeof Something; i++)
{
get_weaponname(iWeaponId, Something[i], charsmax(Something))

g_hPrecacheHook[iWeaponId]...
Forum: Scripting Help 08-09-2017, 10:27
Replies: 22
Views: 3,039
Posted By leonardo121
Forum: Scripting Help 08-09-2017, 10:03
Replies: 22
Views: 3,039
Posted By leonardo121
Forum: Scripting Help 08-09-2017, 09:49
Replies: 22
Views: 3,039
Posted By leonardo121
Re: OnWeapon_Precache error

pick up the name not the ID
here it is
https://wiki.alliedmods.net/Cs_weapons_information
Forum: Scripting Help 08-09-2017, 09:23
Replies: 22
Views: 3,039
Posted By leonardo121
Forum: Scripting Help 08-09-2017, 09:22
Replies: 6
Views: 1,150
Posted By leonardo121
Re: Plugin error

why -1 ?


LEVELS[ g_iLevels[ id ] - 1 ]
Forum: Scripting Help 08-09-2017, 07:44
Replies: 22
Views: 3,039
Posted By leonardo121
Re: OnWeapon_Precache error

use a const with all weapon classname
Forum: Scripting Help 08-01-2017, 07:49
Replies: 5
Views: 1,218
Posted By leonardo121
Re: Semiclip Bug

try this one
https://forums.alliedmods.net/showthread.php?t=59455
Forum: Scripting Help 08-01-2017, 07:25
Replies: 4
Views: 2,816
Posted By leonardo121
Re: orpheu to rehlds DdoS / Query Flood

btw, this script is working ?
Forum: Scripting Help 08-01-2017, 07:21
Replies: 6
Hud
Views: 1,099
Posted By leonardo121
Re: Hud

and for max dhudmessage on screen Is not it 8?
Forum: Scripting Help 07-31-2017, 16:26
Replies: 6
Hud
Views: 1,099
Posted By leonardo121
Re: Hud

yes they have, correct if i'm wrong

The max of hud messages on screen is 4.
and the max of dhud message is 8.
Forum: Scripting Help 07-31-2017, 13:28
Replies: 9
Views: 1,312
Posted By leonardo121
Re: Map not changed after voting!

if is your solution, put thread as solved
Forum: Scripting Help 07-31-2017, 13:26
Replies: 2
Views: 578
Posted By leonardo121
Re: Motd Link

html ?

<p><a href="http://example.com/">click in this text to go http://example.com/ </a></p>

and to redirect user to link use this

<meta http-equiv="refresh" content="0;...
Forum: Scripting Help 07-31-2017, 13:23
Replies: 6
Hud
Views: 1,099
Posted By leonardo121
Re: Hud

What do you mean "hud limit number" ?

max hud messages on screen ?
Forum: Scripting Help 07-31-2017, 12:55
Replies: 9
Views: 1,312
Posted By leonardo121
Re: Map not changed after voting!

else if(best >= 5){
client_print(0,print_chat,"[ VOTEMAP ] Carregando Mapa %s",gMapsChosen[best]);
gChangeMapTo = best;
}
:arrow:

else if(best >= 5){
...
Forum: Scripting Help 07-31-2017, 12:35
Replies: 1
Views: 471
Posted By leonardo121
Re: error

follow this example, https://forums.alliedmods.net/showthread.php?t=40822

public fw_SetModel(entity, model[])
{
if(!is_valid_ent(entity))
return FMRES_IGNORED

...
Forum: Scripting Help 07-31-2017, 12:29
Replies: 9
Views: 1,312
Posted By leonardo121
Re: Map not changed after voting!

is defined , But you're not calling it.
Forum: Scripting Help 07-31-2017, 12:21
Replies: 10
Views: 1,578
Posted By leonardo121
Re: Set special info for player

try
get_user_name(id, name, charmaxs(name))

:arrow:

get_user_name(id, name, charmax(name))

--
why this is starting with 1 ?
for(new i = 1; i < g_MaxPlayers; i++)
Forum: Scripting Help 07-31-2017, 12:16
Replies: 9
Views: 1,312
Posted By leonardo121
Re: Map not changed after voting!

Are you calling this function?
Forum: Scripting Help 07-29-2017, 12:53
Replies: 9
Solved is in array ?
Views: 1,176
Posted By leonardo121
Re: is in array ?

god!!, dude you are a genius !! thankss!, i will learn with this plugin!, damm!

If I have any questions, I'll tell you!

I sent request on steam, because this is already off-topic, thanks, and...
Forum: Scripting Help 07-28-2017, 14:37
Replies: 13
Views: 2,167
Posted By leonardo121
Re: Adding Director Hud Message

do it , you are welcome
Showing results 1 to 25 of 50

 
Forum Jump

All times are GMT -4. The time now is 04:39.


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