AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Learn scriping! (https://forums.alliedmods.net/showthread.php?t=223435)

MasKerT 08-13-2013 14:20

Learn scriping!
 
Hi,

I wish to learn scripting. I recognize cause I'm begginer in this programming world.

I want to give me some tutorials for begginers. I know some commands from amxmodx.inc, fun.inc, cstrike.inc, but I'm in a direct fight with hamsandwich.inc, fakemeta.inc and rest of them.

Thank you!

wickedd 08-13-2013 14:23

Re: Learn scriping!
 
Search the forum

Smatify 08-13-2013 14:24

Re: Learn scriping!
 
for fakemeta and hamsandwich there is an sticky in the Code Snippets/Tutorials forum

and another sticky

fysiks 08-13-2013 23:26

Re: Learn scriping!
 
Quote:

Originally Posted by Smatify (Post 2012308)
for fakemeta and hamsandwich there is an sticky

This is NOT where a beginner should start. The first lesson to learn is the "Search" lesson.

fysiks 08-15-2013 21:38

Re: Learn scriping!
 
Quote:

Originally Posted by LordOfNothing (Post 2012710)
1.Amxmodx is very Logicaly if u now english u understand very easy

Which means you don't know it very well . . . (either one, English or AMX Mod X)

.Dare Devil. 08-16-2013 10:43

Re: Learn scriping!
 
Quote:

Originally Posted by LordOfNothing (Post 2014315)
lol

I say
IF U KNOW ENGLISH

YOU WILL KNOW AND AMX MODX

PHP Code:

#define and         ||
#define an                  |
#define yes 1
#define no 0
#define maybe random_num(0,1)
#define is                 &&
#define times *
#define divided /
#define plus +
#define minus -
#define equals =
#define not !
#define greater_than >
#define less_than <
#define stop_here return 


Kz1.0 08-16-2013 11:26

Re: Learn scriping!
 
Quote:

Originally Posted by LordOfNothing (Post 2014315)
lol

I say
IF U KNOW ENGLISH

YOU WILL KNOW AND AMX MODX

So I'm sure that you don't know much :stupid:

tonykaram1993 08-18-2013 13:24

Re: Learn scriping!
 
Quote:

Originally Posted by .Dare Devil. (Post 2014581)
PHP Code:

#define and         ||
#define an                  |
#define yes 1
#define no 0
#define maybe random_num(0,1)
#define is                 &&
#define times *
#define divided /
#define plus +
#define minus -
#define equals =
#define not !
#define greater_than >
#define less_than <
#define stop_here return 


I almost pooped my pants. I laughed so hard :lol:

fysiks 08-19-2013 17:12

Re: Learn scriping!
 
Quote:

Originally Posted by .Dare Devil. (Post 2014581)
PHP Code:

#define and         ||
#define an                  |
#define yes 1
#define no 0
#define maybe random_num(0,1)
#define is                 &&
#define times *
#define divided /
#define plus +
#define minus -
#define equals =
#define not !
#define greater_than >
#define less_than <
#define stop_here return 


"||" and "|" are OR. "&&" and "&" are AND.

.Dare Devil. 08-19-2013 22:12

Re: Learn scriping!
 
Quote:

Originally Posted by fysiks (Post 2017488)
"||" and "|" are OR. "&&" and "&" are AND.

PHP Code:

#define or ||
#define o |
#define and &&
#define an & 

Happy? :)


All times are GMT -4. The time now is 15:58.

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