I want to learn pawno scripting
#9

Quote:
Originally Posted by MaazS
Посмотреть сообщение
by the way...pawno isn't the language, it's the compiler.



OT:

Make whatever you want. It's like painting. Go with the flow. Put whatever you come up with on your canvas, in this case, your script.

To start with CMD:

pawn Код:
#include <zcmd>

CMD:commandname ( playerid, params [] ) {
// your code here


   return true;
}
If you want (for example) to give yourself a gun, or spawn a vehicle, you could refer to the wiki for documentation. In this case:

https://sampwiki.blast.hk/wiki/GivePlayerWeapon
https://sampwiki.blast.hk/wiki/CreateVehicle

In a nutshell: you script what you want to make. I put emphasis on you. Don't ask for code. Try to do it yourself, as hard as it may seem.

If you don't know how to do it, find a script that does what you want to make and look at how the author did it, then write it yourself based on your example.
Reply


Messages In This Thread
I want to learn pawno scripting - by XHunterZ - 29.08.2016, 06:35
Re: I want to learn pawno scripting - by XHunterZ - 29.08.2016, 06:37
Re: I want to learn pawno scripting - by Sebz - 29.08.2016, 06:48
Re: I want to learn pawno scripting - by XHunterZ - 29.08.2016, 07:11
Re: I want to learn pawno scripting - by DarkSkull - 29.08.2016, 07:41
Re: I want to learn pawno scripting - by SoLetsGO - 29.08.2016, 08:00
Re: I want to learn pawno scripting - by saffierr - 29.08.2016, 09:21
Re: I want to learn pawno scripting - by MaazS - 29.08.2016, 17:06
Re: I want to learn pawno scripting - by Dignity - 29.08.2016, 17:10
Re: I want to learn pawno scripting - by Quinncell - 29.08.2016, 19:08

Forum Jump:


Users browsing this thread: 1 Guest(s)