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

Showing results 1 to 25 of 81
Search took 0.01 seconds.
Search: Posts Made By: lolzin123
Forum: Scripting Help 08-12-2009, 13:49
Replies: 1
Views: 792
Posted By lolzin123
Menu changes

There are more changes at menu like:

\r - RED

?????
Forum: Scripting Help 08-10-2009, 14:42
Replies: 4
Views: 1,250
Posted By lolzin123
Freeze Code

How i freeze the player per 10 seconds...

OBS: If the player stwich the weapon your maxspeed is set to default.

I have tryed with this code:
set_pev( id, pev_flags, pev( id, pev_flags ) |...
Forum: Scripting Help 08-10-2009, 14:10
Replies: 3
Views: 712
Posted By lolzin123
Re: Bool Bug

how i do this... :D
Forum: Scripting Help 08-10-2009, 13:51
Replies: 3
Views: 712
Posted By lolzin123
Bool Bug

The bool is only for specs... but if i gonna to spec and set the bool to true and go back to ct the bool continius at true.

Have one way to make the bool false when go to ct or tr?
Forum: Scripting Help 08-10-2009, 13:15
Replies: 10
Views: 1,774
Posted By lolzin123
Re: Bool Value Bug

TNX man :D
Forum: Scripting Help 08-10-2009, 13:09
Replies: 10
Views: 1,774
Posted By lolzin123
Re: Bool Value Bug

but this gonna make the effect of turn ON and OFF ?

"g_bool[id] = !g_bool[id];"
Forum: Scripting Help 08-10-2009, 12:43
Replies: 10
Views: 1,774
Posted By lolzin123
Bool Value Bug

I use this case to changing the bool , but when it's turn on... never turn off again. :D
case 5: // BOOL
{
if (g_bool[id] == true)
{
g_bool[id] = false ;
}
if (g_bool[id]...
Forum: Suggestions / Requests 08-10-2009, 12:18
Replies: 1
Views: 896
Posted By lolzin123
[REQUEST] Need Noboosting hns plugin.

If some one have the noboosting hns plugin...amxx and sma :D any help is be greatfull :D
Forum: Scripting Help 08-09-2009, 19:09
Replies: 8
Views: 1,618
Posted By lolzin123
Re: Changing bool value.

NOO :D I'm try to make a menu, when you turn on the player can walk on honey block and nothing happens... when turn off the action honey is true...
I'm tryng to do this with bool... like the godmode...
Forum: Scripting Help 08-09-2009, 18:49
Replies: 0
Views: 739
Posted By lolzin123
Weapons help.

How i strip the weapons from the player and give the same weapons back?

I like if doesn't use CurWeapon because i don't know how use this... THNX
Forum: Scripting Help 08-09-2009, 18:39
Replies: 8
Views: 1,618
Posted By lolzin123
Re: Changing bool value.

How i make a bool to block and unblock the value of the honey block... like in a menu ... turn on the honey at the player and turn off.

The Code:
actionHoney(id)
{
new taskid = TASK_HONEY +...
Forum: Scripting Help 08-09-2009, 15:36
Replies: 8
Views: 1,618
Posted By lolzin123
Re: Changing bool value.

the question is... the way i use it's correct?
Forum: Scripting Help 08-09-2009, 11:36
Replies: 8
Views: 1,618
Posted By lolzin123
Changing bool value.

How i change te value of the bool...

if (g_bool[plr])
{
g_bool[plr] = false
}

the changing is like that or there is another way? THANX
Forum: Scripting Help 08-05-2009, 08:25
Replies: 4
Views: 1,358
Posted By lolzin123
Re: Freeze Code.

Thanx man! :D
Forum: Scripting Help 08-04-2009, 17:44
Replies: 4
Views: 1,358
Posted By lolzin123
Freeze Code.

How to freeze the player per 10 seconds...

OBS: if use set_user_maxspeed when the player stwich the weapon your maxspeed set to default.
Forum: Scripting Help 08-04-2009, 10:36
Replies: 16
Views: 3,076
Posted By lolzin123
Re: [HELP] Menu modify.

thanx very much man :D

EDIT: Any Idea at this forun? :D
http://forums.alliedmods.net/showthread.php?p=888039#post888039

And how i set this menu only for Admins?
Forum: Scripting Help 08-04-2009, 10:36
Replies: 4
Views: 1,160
Posted By lolzin123
Admin Pass

How i block the case to only admins?

if( user_has ADMIN_FLAG )????
Forum: Scripting Help 08-03-2009, 21:17
Replies: 16
Views: 3,076
Posted By lolzin123
Re: [HELP] Menu modify.

oh
thanx man!!!
but how i do this with this menu?

gMainMenu = menu_create("\rBCM4 by joker.", "mnuMain", 0);
menu_additem(gMainMenu, "Build Menu", "1", 0, -1);
menu_additem(gMainMenu, "Move...
Forum: Scripting Help 08-03-2009, 17:04
Replies: 16
Views: 3,076
Posted By lolzin123
Re: [HELP] Menu modify.

can you help me at the construction of this?
Forum: Scripting Help 08-03-2009, 10:38
Replies: 16
Views: 3,076
Posted By lolzin123
Re: [HELP] Menu modify.

I'm add at:

public plugin_init()
And when i add this code:
gCustomMenu = menu_create("Custom Menu", "mnuCustom", 0);
menu_additem(gCustomMenu, "Revive", "1", accessCustom, -1);...
Forum: Scripting Help 08-03-2009, 10:21
Replies: 16
Views: 3,076
Posted By lolzin123
Re: [HELP] Menu modify.

I've tryed this before... but doesn't works. :/ and sorry about 'dude'.
Forum: Scripting Help 08-02-2009, 16:29
Replies: 16
Views: 3,076
Posted By lolzin123
Re: [HELP] Menu modify.

I'm tryng to modify the GodMode... When is turn on apears in the mnu GODMODE: ON and when is off GODMODE: OFF... understand dude?
Forum: Scripting Help 08-02-2009, 16:28
Replies: 6
Views: 1,486
Posted By lolzin123
Re: [HELP] Gravity

yep! but just when the person walk on the block.
Forum: Scripting Help 08-02-2009, 12:22
Replies: 6
Views: 1,486
Posted By lolzin123
Re: [HELP] Gravity

i'm tryng to add this to a block whit freeze time determined, like 10 seconds... any idea about this?
Forum: Scripting Help 08-02-2009, 11:16
Replies: 16
Views: 3,076
Posted By lolzin123
Re: [HELP] Menu modify.

gCustomMenu = menu_create("Custom Menu", "mnuCustom", 0);
menu_additem(gCustomMenu, "Revive", "1", accessCustom, -1);
menu_additem(gCustomMenu, "Godmode", "2", accessCustom, -1);...
Showing results 1 to 25 of 81

 
Forum Jump

All times are GMT -4. The time now is 11:45.


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