AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   i'll try to start scripting.. i'm real newbie.. -_- (https://forums.alliedmods.net/showthread.php?t=49752)

lhrcap 01-12-2007 10:35

i'll try to start scripting.. i'm real newbie.. -_-
 
well..

C language or C++ language study?

i have "viual basic C/C++ study book"

what I first study???? C ?? nor C++ ??

confusing... :cry:

i want.. to make CSTRIke plugins...

AndraX2000 01-12-2007 10:59

Re: i'll try to start scripting.. i'm real newbie.. -_-
 
If you want to make AMX Mod X plugins you will need to learn a language called PAWN. See http://www.compuphase.com/pawn/pawn.htm for more details

Of course PAWN is not widely used for other things, so C++ could be useful for your future. But if the book you have covers Visual Basic, C, and C++ and is called a "study guide," you will probably want to buy a better book.

lhrcap 01-12-2007 11:38

Re: i'll try to start scripting.. i'm real newbie.. -_-
 
pawn???

only amxmodx 's lang??

Salepate 01-12-2007 11:50

Re: i'll try to start scripting.. i'm real newbie.. -_-
 
Well C could be useful to start with main structures like loops or statements, but it's far from being like pawn. And yes pawn is the main language for making amxx plugins. Not sure about this but this language used to be known as "small". There is pretty cool starting tutorial on wikipedia.

You could start with this : http://wiki.amxmodx.org/index.php/In...od_X_Scripting

dutchmeat 01-12-2007 14:14

Re: i'll try to start scripting.. i'm real newbie.. -_-
 
You're right,
Quote:

Pawn
An embedded scripting language formerly called Small
I think you should not learn c++ first, because it's very confusing for a beginner like you to mix up languages like this.

for example:
Creating a variable:

c++:
Code:

int variable; // (integer, c++ also uses ';')
char *variable;
or
char variable[33];

Pawn:
Code:
new variable or new variable[33]

over_mind 01-12-2007 16:32

Re: i'll try to start scripting.. i'm real newbie.. -_-
 
I think they both have enough similarities to be able understand the syntax of one another better.

Zenith77 01-12-2007 23:07

Re: i'll try to start scripting.. i'm real newbie.. -_-
 
No, not really. I'd learn Pawn first. At least get used to the basics of programming, then work your way up.

lhrcap 01-17-2007 09:27

Re: i'll try to start scripting.. i'm real newbie.. -_-
 
thx everyone ^0^

lhrcap 01-17-2007 10:22

Re: i'll try to start scripting.. i'm real newbie.. -_-
 
then... first learn lang = pawn?

right???

lhrcap 01-17-2007 10:23

Re: i'll try to start scripting.. i'm real newbie.. -_-
 
and C --> C++ ?


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

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