Jump to content

Tutorial Cum Sa Faci o Functie Scurta


zaster

Recommended Posts

Salut Deci Am Sa va Arat Un Tutorial Cum sa Faci O FUnctie Mai Scurta

Sa Incepem Prima Oara

[pawn]#include <a_samp>[/pawn]

Dupaia

Va dau eu un exemplu aici :)

[pawn]#define SPP SetPlayerPos[/pawn]

am Facut Si O Comanda Pt voi sa Vedeti :)

[pawn]#define SCM SendClientMessage

#define SPH SetPlayerHealth

#define SPA SetPlayerArmour

#define SPD ShowPlayerDialog

#define D_S_P DIALOG_STYLE_PASSWORD

#define SGT SetGameModeText

#define APC AddPlayerClass

#define SPP SetPlayerPos

#define SPCP SetPlayerCameraPos

#define SPCL SetPlayerCameraLookAt

#define GTFA GameTextForAll

#define GPM GivePlayerMoney

#define SPS SetPlayerScore

#define PASFP PlayAudioStreamForPlayer

#define SPSFP StopAudioStreamForPlayer

#define CO CreateObject[/pawn]

asa Acuma COmanda Cu Functiile

[pawn]if (strcmp("/test", cmdtext, true, 10) == 0)

{

new string[200];

SCM(playerid,-1,"Test Madafakaaaa");

SPH(playerid,100);

SPA(playerid,100);

SPD(playerid,-1,D_S_P,"Test", string, "Ok", "Cancel");

GPM(playerid,10000);

SPS(playerid,10000);

PASFP(playerid, "http://somafm.com/tags.pls");

SPSFP(playerid);

return 1;

}[/pawn]

OnGameModeInit

[pawn]public OnGameModeInit()

{

SGT("Test Script");

APC(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);

CO(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);

return 1;

}[/pawn]

[pawn]public OnPlayerRequestClass(playerid, classid)

{

SPP(playerid, 1958.3783, 1343.1572, 15.3746);

SPCP(playerid, 1958.3783, 1343.1572, 15.3746);

SPCL(playerid, 1958.3783, 1343.1572, 15.3746);

return 1;

}[/pawn]

Cam Atat Este Tutorialu Deci ati inteles

Puneti In Tot Deauna

[pawn]#define Numele si Functia![/pawn]

Sper Ca Va Ajutat :)

See Yea :D

560x95_FFFFFF_FF9900_000000_000000.png
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.