Start Scripting.
Hello im new here, and i would like to learn how to use the amxx scripting.
If there any tut or guide from A to Z ill be very happy to get it. :) If any other way to learn ill be happy to get the links. Ty vey much, Udi. |
Re: Start Scripting.
http://forums.alliedmods.net/forumdisplay.php?f=83
http://forums.alliedmods.net/showthread.php?t=6512 You have to use Search next time =p |
Re: Start Scripting.
I tried :D
But in the first link i didnt found a good guide.. so, if ill follow thw 2nd link ill know how to make amxx plugins? |
Re: Start Scripting.
Quote:
Quote:
I would probably start here and look around there on the wiki. It's all about trial and error. |
Re: Start Scripting.
|
Re: Start Scripting.
Ty all!
And I have a little prob with the wiki guid: Code:
new Arg1[24]read_argv(1, Arg1, 23) and read_argv(2, Arg2, 3) |
Re: Start Scripting.
arg1 and arg2 are arguments (values) entered via command, and with read_argv u read them into designated variable, read_argv(1 is first entered value, read_argv(2 is second, read_argv(0 is command itself and its never used.
|
Re: Start Scripting.
ok but what is that:
new Arg1[24] new Arg2[4] The [24] and [4] and why the changed to [23] [3]? and what is the meaning of thoose arguments, and what each argument consider to? the command is: amx_ho nick hp . if it help u |
Re: Start Scripting.
Quote:
Quote:
|
Re: Start Scripting.
Quote:
|
| All times are GMT -4. The time now is 18:27. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.