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

Point Script


Post New Thread Reply   
 
Thread Tools Display Modes
Jedi
Member
Join Date: Mar 2004
Location: Houston, TX
Old 08-19-2004 , 19:34  
Reply With Quote #31

Delete this post.
Jedi is offline
Twilight Suzuka
bad
Join Date: Jul 2004
Location: CS lab
Old 08-19-2004 , 19:41  
Reply With Quote #32

Quote:
Originally Posted by Jedi
Quote:
Originally Posted by Twilight Suzuka
Hey Jedi!

"amxx_point amx_slap >TARGETNAME<"

I'm sorry - my instructions were about as clear as mud.
Here is an exact example of the bind to use!

"amxx_point amx_slap >TARGETNAME<"

Have a nice day!
ROFL - Classy! I see you work in the customer service department.

If you aren't willing to help others or answer questions - then let me give you some advice - don't script and post any more plugins!
Hey Jedi, god or who ever made you, gave you eyes for a reason!

I mean, if your not going to use them, donate them to science!

If your not willing to actually read the threads for info, then let me give you some advice - Delete AMX/AMXX and HL from your computer, and dont download any more plugins

Sorry if I seem a little mean, but, as a great man once said, RTFM!
__________________
Twilight Suzuka is offline
Send a message via AIM to Twilight Suzuka Send a message via MSN to Twilight Suzuka
Jedi
Member
Join Date: Mar 2004
Location: Houston, TX
Old 08-19-2004 , 19:46  
Reply With Quote #33

Delete this post.
Jedi is offline
Twilight Suzuka
bad
Join Date: Jul 2004
Location: CS lab
Old 08-19-2004 , 20:01  
Reply With Quote #34

Quote:
Originally Posted by Jedi
Hmm - did you ever consider that maybe I did read every single post in this thread line by line and I still didn't understand that >TARGETNAME< had to be included in the bind? Hmm - maybe because every other version of the admin_point plugin has NEVER required that. And really - how much time does it take to include an example or a text explanation at the top of your plugins - like most legitimate plugin writers do.

And -since you asked - yes - God made me - and He can help you with that anger management issue.
...line for line, it SAID

"amxx_point amx_slap >TARGETNAME<"

That exactly, and said example or something above it.

And I didnt include anything because it was a SIMPLE edit intended for the AUTHOR to use.

Also, every other version of point script hasnt allowed you to put ANY command into it, with ANY number of other arguements, and STILL work.

And I didnt ask. Maybe he can send you a BRAIN next time, so you can try reading.
And no more flaming. We are filling this thread, and thats bad.

If a mod could delete our posts, then the thread could get back on track, and thats good for everyone.
__________________
Twilight Suzuka is offline
Send a message via AIM to Twilight Suzuka Send a message via MSN to Twilight Suzuka
The_Architect
New Member
Join Date: Aug 2004
Location: Texas
Old 08-19-2004 , 20:10  
Reply With Quote #35

Suzuka -

You are a loser. You started this stupid flame war - because you are too arrogant to answer a simple question - you could have avoided all of this with a simple answer to his question.

Stay in "college" - the real world doesn't need your attitude! Or you can be one of MY customers in prison!

The_Architect
The_Architect is offline
Twilight Suzuka
bad
Join Date: Jul 2004
Location: CS lab
Old 08-19-2004 , 20:12  
Reply With Quote #36

Quote:
Originally Posted by The_Architect
Suzuka -

You are a loser. You started this stupid flame war - because you are too arrogant to answer a simple question - you could have avoided all of this with a simple answer to his question.

Stay in "college" - the real world doesn't need your attitude! Or you can be one of MY customers in prison!

The_Architect
Hmm I thought I DID answer his question, except in the sarcastic, and slightly arragent way I usually reserve for people who dont pay attention.

See ya there Archy.
__________________
Twilight Suzuka is offline
Send a message via AIM to Twilight Suzuka Send a message via MSN to Twilight Suzuka
miromarket
New Member
Join Date: Dec 2010
Old 12-07-2010 , 05:20   Re: Point Script
Reply With Quote #37

Does it work when the admin is spectator and he is freelooking?
miromarket is offline
dorin2oo7
Senior Member
Join Date: Jun 2008
Location: Sibiu, Romania
Old 12-07-2010 , 05:46   Re: Point Script
Reply With Quote #38

In my 'experience'... http://www.amxmodx.org/funcwiki.php?go=func&id=593

this:
PHP Code:
public amxx_point(id)
{
    if (!(
get_user_flags(id)&ADMIN_KICK))
    {
        
client_print(id,print_chat,"[Point] You have no access to that command")
        return 
PLUGIN_HANDLED
    
}
    else
[...] 
should be:

PHP Code:
public amxx_point(id,level,cid)
{
    if(!
cmd_access(idlevelcid1))

        return 
PLUGIN_HANDLED
}
else
[...] 
The No Access message will be printed also...
__________________

Last edited by dorin2oo7; 12-07-2010 at 05:49.
dorin2oo7 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:43.


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