Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 37
Search took 0.05 seconds.
Search: Posts Made By: s0upnazi
Forum: Scripting Help 12-19-2007, 21:12
Replies: 7
Views: 2,257
Posted By s0upnazi
Re: compiling problem

Using the compiler on the site you get an error on line 35 regarding the function: menu_display

It has 3 arguments to input menu_display(id,menu,page)

In your current code you are missing...
Forum: Scripting Help 07-31-2006, 16:56
Replies: 5
Views: 1,545
Posted By s0upnazi
Re: can some1 make this plugin

If chronic made one then just edit the points where the message appears. The x axis and y axis have to be floats. Oh, and read next time there's this cool sub-forum called Suggestions/Requests...
Forum: Scripting Help 07-29-2006, 12:59
Replies: 29
Views: 5,362
Posted By s0upnazi
Re: Need some ideas and help

new buyzone = cs_get_user_buyzone(id)

if(buyzone == 0)
client_print(id, print_chat "You can't buy k007's grenades here!!")

You could just and a conditional statement like...
Forum: Approved Plugins 07-29-2006, 01:54
Replies: 586
Views: 525,035
Posted By s0upnazi
Re: Back Weapons

Nice job you guys, love your model work razor :D
Forum: Scripting Help 07-29-2006, 01:18
Replies: 1
Views: 952
Posted By s0upnazi
Re: events and flags

I think you want this (http://www.amxmodx.org/funcwiki.php?search=register_event&go=search).
Forum: Scripting Help 07-29-2006, 01:14
Replies: 29
Views: 5,362
Posted By s0upnazi
Re: Need some ideas and help

Beats the crap outta me! :D My advice is to just code that part different.
Forum: Scripting Help 07-29-2006, 00:58
Replies: 4
Views: 1,860
Posted By s0upnazi
Forum: Scripting Help 07-29-2006, 00:54
Replies: 29
Views: 5,362
Posted By s0upnazi
Re: Need some ideas and help

Couldn't you just use cs_get_user_buyzone to check if they're in one or not?
Forum: Trash 07-27-2006, 18:51
Replies: 12
Views: 9,467
Posted By s0upnazi
Re: CHEATER : Vote Ban (Players)

Well you could use this (http://forums.alliedmods.net/showthread.php?p=159545) and just edit it so only bans are allowed.
Forum: Suggestions / Requests 07-26-2006, 17:13
Replies: 8
Views: 1,641
Posted By s0upnazi
Re: ?ZopNasi? , your model is ready !

hahaha, thanks man those are perfect! MY clan had a big get together in chicago and the guy who got the food had huge corn and everyone was making jokes about how you could kill someone with it. So,...
Forum: Suggestions / Requests 07-25-2006, 03:15
Replies: 12
Views: 3,024
Posted By s0upnazi
Re: REQUEST -Simple race car

You can use this (http://forums.alliedmods.net/showthread.php?p=33745)
Forum: Suggestions / Requests 07-25-2006, 02:00
Replies: 19
Views: 4,170
Posted By s0upnazi
Re: [Request] Spectate-like plugin :)

I dunno about first person spectating (first person spec = HUGE pain), but what you could do is make an NPC model that's very small give it noclip (I don't think godmode is needed if you don't give...
Forum: Suggestions / Requests 07-25-2006, 01:40
Replies: 19
Views: 3,730
Posted By s0upnazi
Re: REQUEST: HIDE AND SEEK

Maybe he'd like it to come with a boquet of flowers?
Forum: Scripting Help 07-23-2006, 16:32
Replies: 18
Views: 7,491
Posted By s0upnazi
Re: Faster Defuse? CS 1.6

Sorry, I just posted that as an alternative instead of fast defusing if there wasn't a way to do it so that it would still be fair.
Forum: Scripting Help 07-23-2006, 16:19
Replies: 4
Views: 1,079
Posted By s0upnazi
Re: Compile Error

That code you just gave compiles fine. Not a single error or warning.
Forum: Scripting Help 07-23-2006, 16:08
Replies: 4
Views: 1,295
Posted By s0upnazi
Re: File Writing

Thanks Hawk, I wasn't sure on the configsdir function so I decided to do it without using it but thanks for putting it in there and giving me an example of correct usage :D
Forum: Scripting Help 07-23-2006, 01:30
Replies: 4
Views: 1,295
Posted By s0upnazi
File Writing

I'm making a plugin that records what maps are played and I get my code to compile, but it doesn't function in-game. The only thing I get is loose indentation which I doubt is my problem.

#include...
Forum: Suggestions / Requests 07-22-2006, 14:55
Replies: 19
Views: 4,170
Posted By s0upnazi
Re: [Request] Spectate-like plugin :)

You could do something like the bazooka plugin where it gives you control of a camera, don't ask me how to do it though! :D
Forum: Scripting Help 07-22-2006, 14:48
Replies: 18
Views: 7,491
Posted By s0upnazi
Re: Faster Defuse? CS 1.6

Or you could increase the time it takes to blow up the bomb with the cshack module. Cheap Suit's way is probably better though :D

short_c4timer() {
cs_set_c4timer_min(0)
server_cmd("mp_c4timer...
Forum: Scripting Help 07-22-2006, 14:46
Replies: 2
Views: 992
Posted By s0upnazi
Re: can some1 teach me how to amxx script plz

God I want to smack you. At least put some effort into sucking.
Forum: Suggestions / Requests 07-21-2006, 03:41
Replies: 14
Views: 4,706
Posted By s0upnazi
Forum: Scripting Help 07-04-2006, 21:17
Replies: 3
Views: 1,292
Posted By s0upnazi
Event

Is there a specific event like deathmsg that is used whenever the map changes? I need my plugin to do a function each time the map changes, can anyone help me out here?
Forum: News 06-18-2006, 13:35
Replies: 29
Views: 18,523
Posted By s0upnazi
Just play along :D 16th post

Just play along :D

16th post
Forum: News 06-09-2006, 00:06
Replies: 48
Views: 66,143
Posted By s0upnazi
I :D can't :D stop :D using :D emoticons :D after...

I :D can't :D stop :D using :D emoticons :D after :D each :D word :D
Forum: Scripting Help 05-31-2006, 16:57
Replies: 4
Views: 1,188
Posted By s0upnazi
Ahh, I see. Thanks suicide, I didn't know you...

Ahh, I see. Thanks suicide, I didn't know you could use underscores to leave paramaters blank as well. Smooches for you :P
Showing results 1 to 25 of 37

 
Forum Jump

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


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