AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   [TUT] Just Starting (https://forums.alliedmods.net/showthread.php?t=125524)

Luismvmj 04-29-2010 09:55

[TUT] Just Starting
 
Hello, i'm learning how to make amxx scriptings and since i know C and PHP and coding is almost the same, i was wondering if you could post the links if they are... to the threads where all the librarys are explained... for example...

#include <amxmodx>
#include <engine>
#include <fakemeta>
#include <hamsandwich>
#include <cstrike>

A link where the functions and their return values of each library are explained :)

One more thing...

Is it possible to make SQL communication with on to a WEBSERVER? :)

ConnorMcLeod 04-29-2010 10:11

Re: [TUT] Just Starting
 
This thread should belong to Scripting/Help section.

This is not up to date : http://www.amxmodx.org/funcwiki.php
So you can also have a look at scripting/includes/***.inc files

Some usefull links : http://forums.alliedmods.net/showpos...2&postcount=18

You can also have a look at amxx sources, and also to HLSDK.

Luismvmj 04-29-2010 13:23

Re: [TUT] Just Starting
 
Can you please tell me how do i send a command to the server, this is...

making the server using a command like "say"

Xanimos 04-29-2010 13:31

Re: [TUT] Just Starting
 
server_cmd('say hello');


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

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