Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 31
Search took 0.18 seconds.
Search: Posts Made By: jagged20101
Forum: Scripting Help 10-12-2009, 18:23
Replies: 2
Views: 882
Posted By jagged20101
Re: Quick Question

Thanks alot!
Forum: Scripting Help 10-12-2009, 18:06
Replies: 2
Views: 882
Posted By jagged20101
Quick Question

How do u make it so when u give someone a weapon (give_item(id,"weapon_glock18") ) that it gets empied of ammo, would "give_item (id,"ammo_0") work?

Thanks
+ karma
Forum: Scripting Help 10-08-2009, 08:37
Replies: 10
Views: 2,408
Posted By jagged20101
Re: Help Fixing Errors

U probably took it from him, cause hes had his way before u even started. Cause i got it from him which means u must have also, so just stfu and keep stealin ppls code
Forum: Scripting Help 10-07-2009, 08:21
Replies: 10
Views: 2,408
Posted By jagged20101
Re: Help Fixing Errors

lol thats not ur code, thats the code Vman gave me. so in that case u probably stole it from him or from some other poster on here and ur takin credit for it
Forum: Scripting Help 10-07-2009, 08:19
Replies: 12
Views: 2,680
Posted By jagged20101
Re: last terrorist help

i ment u provided it in this thread, sorry to who was the orginal poster of this, Credit goes out to ya :)
Thanks again
Forum: Scripting Help 10-06-2009, 11:15
Replies: 10
Views: 2,408
Posted By jagged20101
Re: Help Fixing Errors

bugsy gave me this code and it works 100% but thanks for trying to help :)



I'm not getting this error:

434.sma(97) : error 017: undefined symbol "fm_set_rendering"

heres the part of...
Forum: Scripting Help 10-06-2009, 08:51
Replies: 10
Views: 2,408
Posted By jagged20101
Help Fixing Errors

Error 1:


434.sma(56) : error 017: undefined symbol "iPlayers"
434.sma(56) : error 001: expected token: ";", but found ")"
434.sma(56) : error 029: invalid expression, assumed zero

...
Forum: Scripting Help 10-06-2009, 08:33
Replies: 6
Views: 4,596
Posted By jagged20101
Re: Unhandled dynamic native error

That line may be conflicting with another line of code in a different part, not always the exact line that it says is the problem.
Forum: Scripting Help 10-06-2009, 08:24
Replies: 12
Views: 2,680
Posted By jagged20101
Re: last terrorist help

Or this code provided by fysiks would work even better:

new iPlayer[32], iT;
get_players(iPlayers, iT, "ae", "TERRORIST");

if (iT == 1 && cs_get_user_team(id) == CS_TEAM_T &&...
Forum: Scripting Help 10-05-2009, 22:42
Replies: 12
Views: 2,680
Posted By jagged20101
last terrorist help

would this work so that only the last terrorist can use my menu:

if( is_user_alive(iPlayerID) && cs_get_user_team(iPlayerID) == CS_TEAM_T && CS_TEAM_T == 1 )

??

I know that says if the...
Forum: Scripting Help 09-28-2009, 16:02
Replies: 0
Views: 582
Posted By jagged20101
Error With Making Players Glow

Here is the code i'm using to make a T turn red:

set_user_rendering(id, kRenderFxGlowShell, RRR, kRenderNormal, 16);

I keep getting this error:

/groups/amxmodx/tmp3/textVKSjSK.sma(122) :...
Forum: Scripting Help 09-27-2009, 16:09
Replies: 1
Views: 726
Posted By jagged20101
How do i make players glow?

Ok i have a menu with knife fight in it. When the player types "/lr" and they choose knife fight it brings up a list of players. When they choose that player BOTH the player that typed "/lr" and the...
Forum: Scripting Help 09-26-2009, 18:12
Replies: 8
Views: 1,597
Posted By jagged20101
Re: Displaying Players in a Menu

Thank You So Much!!!!!!!!!

1 final thing, how do i make it only loop through Ct's and not everyone

My Code is below:

public SubMenu2(id)
{

new menu = menu_create("Choose...
Forum: Scripting Help 09-26-2009, 14:51
Replies: 8
Views: 1,597
Posted By jagged20101
Re: Displaying Players in a Menu

I dont fully understand how to do that, What exactly do i add?

I add it here right?

public menu_handler(id, menu, item)
{
new data[6], iName[64];
new access, callback;
...
Forum: Scripting Help 09-26-2009, 14:06
Replies: 8
Views: 1,597
Posted By jagged20101
Re: Displaying Players in a Menu

Thanks you. I got the players to loop through the menu.

how would i make it for a new menu to pop up. So, if the player types "/lastrequest" the main menu pops up asking knife fight. They choose...
Forum: Scripting Help 09-26-2009, 13:07
Replies: 8
Views: 1,597
Posted By jagged20101
Displaying Players in a Menu

I'm trying to make it so if someone types "/players" it shows up in the menu displaying only ct's not t and it only displays alive cts

Thanks :)
+Karam
Forum: Scripting Help 09-25-2009, 21:14
Replies: 10
Views: 3,021
Posted By jagged20101
Re: Need help with menu and a bit more

Just take out the code that shows the players names.

Create a sub menu, in either case 1 or 2 put give_item(id, "weapon_*WeaponsName*");

The code below is taken from...
Forum: Scripting Help 09-25-2009, 21:04
Replies: 1
Views: 714
Posted By jagged20101
Menu Displays check team/Make Players Glow

Thanks everyone for all your help!!!!

I just got 2 more main things that i'm stuck on

How do i make it so the menu checks all alive ct's and displays it for the T to choose to fight.(my code...
Forum: Scripting Help 09-25-2009, 20:43
Replies: 6
Views: 2,408
Posted By jagged20101
Re: How do i fix theses Errors?

Alright now that i fixed that, how do i make it so then menu checks all alive ct's. I know i have to create another submenu.

Details-

-t types /lr
-chooses either knife fight or shot for...
Forum: Scripting Help 09-25-2009, 20:41
Replies: 6
Views: 2,408
Posted By jagged20101
Re: How do i fix theses Errors?

Thanks guys, it was an easy fix, all i had to do was get rid of "#include <fakemeta> and get rid of the "set_pdata_int(id, 116, 0);"
Forum: Scripting Help 09-24-2009, 20:32
Replies: 6
Views: 2,408
Posted By jagged20101
How do i fix theses Errors?

Here is my code, the errors i got while trying to complie it are below.

I have looked at it and it all looks good, can someone help me to fix theses errors?

Edit: fixed the Fakemeta to...
Forum: Suggestions / Requests 09-21-2009, 22:36
Replies: 0
Views: 965
Posted By jagged20101
{REQ} Last Request Plugin

Hello, i have been trying to make this for about 3 weeks now and can't seem to get it to work at all. I'm requesting a plugin with the following things found below.

- THis is for a jailbreak...
Forum: Scripting Help 09-21-2009, 08:28
Replies: 9
Views: 2,296
Posted By jagged20101
Re: Is This Right?

what do i need to add next, or take out? For some reason its not giving me the weapon.
Forum: Scripting Help 09-21-2009, 08:22
Replies: 2
Views: 738
Posted By jagged20101
Re: Random hp and stuff

I'm a little confused on what you are exactly asking. Please Explain a lil more if you could.
Forum: Scripting Help 09-18-2009, 23:41
Replies: 9
Views: 2,296
Posted By jagged20101
Re: Is This Right?

When i push to do the shot for shot, no weapon is given, heres my code:

#include <amxmodx>
#include <amxmisc>
#include <fun>
public plugin_init()
{
register_clcmd( "say...
Showing results 1 to 25 of 31

 
Forum Jump

All times are GMT -4. The time now is 12:58.


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