possible to do a client alias?
i know that you can do a client bind through the client_cmd, but is it possible to do the same with an alias" Thanks in advance
|
of course, especially with AMX_EXEC?
amx_exec "player" "alias something something1;somethinganother;something3;" Most likely. If it's a client command then SOMEHOW, you can do it. |
well im talking about coding a plugin, for example:
client_cmd ( id, "alias w10 w; w; w; w; w; w; w; w; w; w" ) this doesnt work because of the semi-colons. Is there a way around this? |
Ok this is just wild quessing...
Will this work? Code:
|
i cant get that to work either...
|
does ^; work?
|
i guess not, i get an "invalid character constant" error.
|
then I have no idea....
really wired that ; counts as a closing semicolon even if it is a string... Im new to small, so dont know. |
| All times are GMT -4. The time now is 16:46. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.