[HELP] with Pawn Basics
i really dont understand this, its too hard or im too dumb
i read all of http://www.amxmodx.org/doc/ Im in the "Scripting Tutorial" i read the introduction already and some first steps of the Pawn basics i got it how strings, arrays and variables works out, but i have problem with Funtions what is "return"? print? copy? i didnt get it what shall i do with this functions and whats the point of "true\false" in boolean function? im feeling too dumb, please help me somehow thanks |
Re: [HELP] with Pawn Basics
return is used to exit the current function. You can optionally include a value that can be stored for later use.
Code:
Code:
Output to every player's console:Code:
|
Re: [HELP] with Pawn Basics
ok thanks but i still dont get it
what is % in Pawn? |
Re: [HELP] with Pawn Basics
Format specifiers are used to place a value inside a string literal. In this case the contents of aVariable are placed inside an otherwise empty string as an integer.
|
Re: [HELP] with Pawn Basics
its too complicated for me =\
any other help\tricks with beginning? |
Re: [HELP] with Pawn Basics
|
Re: [HELP] with Pawn Basics
The last link that arkshine posted doesn't add the last ")" to the url. Make sure to add that if using the last link, or just click this one :P
Here is the correct link... http://wiki.alliedmods.net/Category:...ng_(AMX_Mod_X) |
| All times are GMT -4. The time now is 21:33. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.