AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   Ways to start learn sourcepawn? [cs:go] [sourcepawn] (https://forums.alliedmods.net/showthread.php?t=308202)

Doggg 06-10-2018 08:53

Ways to start learn sourcepawn? [cs:go] [sourcepawn]
 
Hello guys, thanks for reading this message. I am new at sourcepawn and looking for some ways to start learning, I am aware of java code language, And looking for some ways to start learning sourcepawn and some ways to actually practice at this? How did you start to learn sourcepawn?
And also, it might be kinda rude but I have to ask, Does anyone can leave here he's steam / some way to contact with him privately and add me I won't spam or something I just need like a "teacher" if I will get some errors/problems that I will not know how to fix (and some homework to practice: wink:).
Wow, Thank you for reading all of this, it might be exhausting.

Papero 06-10-2018 09:27

Re: Ways to start learn sourcepawn? [cs:go] [sourcepawn]
 
There are so many threads like this around the forum...
Search

Psyk0tik 06-10-2018 11:29

Re: Ways to start learn sourcepawn? [cs:go] [sourcepawn]
 
Welcome to SourcePawn/SourceMod!

The guy who posted this thread had the same questions as you regarding how to better learn SourcePawn. I replied to the thread with what I did to learn/continue learning.

https://forums.alliedmods.net/showthread.php?t=308100

Doggg 06-10-2018 11:54

Re: Ways to start learn sourcepawn? [cs:go] [sourcepawn]
 
Quote:

Originally Posted by Crasher_3637 (Post 2596255)
Welcome to SourcePawn/SourceMod!

The guy who posted this thread had the same questions as you regarding how to better learn SourcePawn. I replied to the thread with what I did to learn/continue learning.

https://forums.alliedmods.net/showthread.php?t=308100

Thank you! I sent you a private message :D.

MasterMind420 06-10-2018 13:47

Re: Ways to start learn sourcepawn? [cs:go] [sourcepawn]
 
Honestly the 3 best things you can do to learn sourcepawn. Study other peoples plugins, read the API, buddy up with a good coder to learn from. That has helped me immensely...

ThatKidWhoGames 06-10-2018 13:55

Re: Ways to start learn sourcepawn? [cs:go] [sourcepawn]
 
Quote:

Originally Posted by MasterMind420 (Post 2596276)
Study other peoples plugins

+1

That is where the majority of my knowledge of SourcePawn comes from besides learning some of it from the wiki pages.

pride95 06-11-2018 18:38

Re: Ways to start learn sourcepawn? [cs:go] [sourcepawn]
 
You have all functions in wiki page.
OnPluginStart(), OnMapStart() and HookEvent() are some basic functions used in almost every plugin.

If you need database, you have Database class called as an object (like in java), also ArrayList, ConVar etc.
You should study other plugins related to your request.


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

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