Im new in Forums, and i wanna know how to script -
GenerationXtreme - 30.01.2012
Hello guys, im old in SAMP but new here in Forums. I am not a scripter but i wanna know how to script, put scripts into Pawno, and put maps to Pawno, can someone teach me or give me a link that can teach me?
Re: Im new in Forums, and i wanna know how to script -
BleverCastard - 30.01.2012
http://forum.sa-mp.com/forumdisplay.php?f=70
Re: Im new in Forums, and i wanna know how to script -
[BFK]MetalHead - 30.01.2012
The link [MP]Ditch gave and also the wiki.or if u get bored at wiki then try code rip off of simple scripts then move on to advanced ones.
Re: Im new in Forums, and i wanna know how to script -
Epic_Mickey - 30.01.2012
Yes, do some tutorials and some simple cmds like a /kill command, But u will need pawno (the scripting program) You can dowload it on
www.sa-mp.com at the dowload page.
You also can look at some released scripts. But don't begin scripting a roleplay now, First a few cmds in a filterscript. Good luck
EDIT:
Код:
if(strcmp(cmd, "/healme", true) == 0) // /healme is cmd
{
SetPlayerHealth(playerid, 100);// Change playerhealth, Playerid (player) 100 (100 health
}
SendClientMessage(playerid, "We gave you health."); // Chatmessage(Player) "Message"
return 1;
Example
Re: Im new in Forums, and i wanna know how to script -
GenerationXtreme - 30.01.2012
If someone is good, can someone give me a fixed script of SARP or NGG?, SARP is the best, if you give me SARP script + Reputation to you
Re: Im new in Forums, and i wanna know how to script -
Stigg - 30.01.2012
Quote:
Originally Posted by GenerationXtreme
Hello guys, im old in SAMP but new here in Forums. I am not a scripter but i wanna know how to script, put scripts into Pawno, and put maps to Pawno, can someone teach me or give me a link that can teach me?
|
Welcome aboard. Good luck with you quest.
https://sampforum.blast.hk/showthread.php?tid=92
There is a good place to get started.
Re: Im new in Forums, and i wanna know how to script -
Epic_Mickey - 30.01.2012
For you come with questions use the search button, ****** it because gm scripts aren't that hard to find. GM's:
http://forum.sa-mp.com/forumdisplay.php?f=71
Re: Im new in Forums, and i wanna know how to script -
Konstantinos - 30.01.2012
Main Page - SA-MP Wiki
Good Luck!
Re: Im new in Forums, and i wanna know how to script -
Epic_Mickey - 30.01.2012
This GM?
http://forum.sa-mp.com/showthread.ph...00#post1653000
Re: Im new in Forums, and i wanna know how to script - Guest9328472398472 - 30.01.2012
Here is some documentation.