Raised This Month: $51 Target: $400
 12% 

[CS:GO] Need a tutor.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Audite
AlliedModders Donor
Join Date: Sep 2021
Location: Sweden
Old 10-06-2021 , 17:39   [CS:GO] Need a tutor.
Reply With Quote #1

I want to learn sourcepawn since I have csgo easyblock server and I would love to make plugins. I'm trying to work on a plugin that is collection of some other plugins.



Write me here or on steam.
https://steamcommunity.com/id/doley/

For your time I will pay some amount.
Audite is offline
Austin
Senior Member
Join Date: Oct 2005
Old 10-08-2021 , 20:14   Re: [CS:GO] Need a tutor.
Reply With Quote #2

Start here and look at this outline to get an idea of what you need to learn.
https://wiki.alliedmods.net/Category...eMod_Scripting

Then take the top link.
SourcePawn is a C like language and you have to learn this first.
https://wiki.alliedmods.net/Introduc...SourcePawn_1.7

I you are just getting started programming take the next link non-programmer introduction, which is a OK introduction to programming.
https://wiki.alliedmods.net/Introduc...ogrammer_Intro

Figure out how to set up the SourceMod build environment and get this compiled and running on your server.
It should print a message on you server console at every round start.
PHP Code:
#pragma semicolon 1
#include <sourcemod>

public void OnRoundStart()
{
    
PrintToServer("OnRoundStart() - My First Plugin!");

At first try out very simple things staying with printing to the server until you start to understand things.

Search here for plugins you are interested in and look at their source to learn how they did things.
http://www.sourcemod.net/plugins.php...tion=&search=1

Be patient in understanding it will take a while but time goes by fast so if you don't get discouraged and keep working on it at least a bit every few days then before you know it you will be building some simple plugins probably in a week or two.

It's like learning to play the piano.
It seems impossible when you start.
But, If you practice, in a week or two you will be playing simpler good sounding songs ok!
Where you go from there depends on your effort.
Austin is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 10-09-2021 , 02:29   Re: [CS:GO] Need a tutor.
Reply With Quote #3

You should of all places start here -
https://forums.alliedmods.net/showthread.php?t=321089
Maxximou5 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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