Cmd name
I want to clear effect of "Cmd name" command.... How can I do this? Function "client_command(id)" isn`t working for cmd name.... I tried to search here plugin that corrects this, but found nothing. Help please!
And another problem... I`m using this code: Code:
set_hudmessage(255, 0, 0, -1.0, 0.3, 0, 6.0, 15) |
Moved from "Support/Help" forum.
|
i dunno if it would make a difference but probably it will, change last arg of set_hudmessage ("15") to "15.0"
|
For your first thing, do you mean "name" in the console?
And for the set_hudmessage, you nly supplied 8 arguments, while set_hudmessage uses 11. Code:
set_hudmessage ( red=200, green=100, blue=0, Float:x=-1.0, Float:y=0.35, effects=0, Float:fxtime=6.0, Float:holdtime=12.0, Float:fadeintime=0.1, Float:fadeouttime=0.2, channel=4 ) |
Quote:
|
:( ..well, I tried
|
Quote:
I tried to use "public client_command(id)", maybe I am doing something wrong??? I`m only beginner in Pawn-scripting.... This function works only if I type in console "+jump"(sample), but if I type "cmd name", it doesn`t execute.... :shock: |
Quote:
|
| All times are GMT -4. The time now is 16:10. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.