Vice City Multiplayer

VC:MP 0.4 (Beta) => General Discussion => Topic started by: [KB]ViceMania on September 25, 2014, 04:23:20 pm

Title: pawno for 0.4
Post by: [KB]ViceMania on September 25, 2014, 04:23:20 pm
Will there be pawno for 0.4 !?  ???
Title: Re: pawno for 0.4
Post by: Mariu22S on September 25, 2014, 04:27:15 pm
Probably not.Squirrel is perfect for vc-mp.
Title: Re: pawno for 0.4
Post by: [KB]ViceMania on September 25, 2014, 04:33:17 pm
0.3z R2 have mIRC scripting,Squirrel so pawno why no so 0.4 !?  :-\
Title: Re: pawno for 0.4
Post by: thijn on September 25, 2014, 04:37:37 pm
Because pawn sucks. That's basically why.

You are free to code your own pawn plugin for VCMP, but it wont be official and it wont be made by us.
Title: Re: pawno for 0.4
Post by: [KB]ViceMania on September 25, 2014, 04:45:43 pm
coding is not necessary (dll) !?!?
Title: Re: pawno for 0.4
Post by: thijn on September 25, 2014, 04:50:01 pm
Yes, you will need to code your own plugin (in C/C++) to be able to use pawn.
Title: Re: pawno for 0.4
Post by: [KB]ViceMania on September 25, 2014, 04:57:34 pm
Can you do it and send me a link to a personal because, i'm not understand c ++ . I would be very grateful
Title: Re: pawno for 0.4
Post by: [KB]ViceMania on September 25, 2014, 05:00:40 pm
Even if I'm not mistaken the first beta test of 0.4 was similar to 0.3z r2 with pawno script  ;D
Title: Re: pawno for 0.4
Post by: heekz.shadow on September 25, 2014, 05:18:34 pm
NOTHING that ran on 0.4 HAS EVER USED pawn or anything related to it. It hasn't been updated in years while Squirrel, and mainly, sqrat receives frequent updates.


Get along with squirrel, pawn sucks.
Title: Re: pawno for 0.4
Post by: sseebbyy on September 25, 2014, 06:37:56 pm
It is true, dimo man, pawn platform sucks, but try the squirrel platform, it is easier, and you will understand it fast.
Just take a look at some released scripts and understand it. :P

Good luck !
Title: Re: pawno for 0.4
Post by: [KB]ViceMania on September 26, 2014, 10:32:01 am
You're right but I do not understand the functions of squirel. Pawno seems easier because there are countries menu. as primer: SendClientMessage("TEXT"); Kick(); Ban(); i dont know squirel functions.. :\
Title: Re: pawno for 0.4
Post by: [KB]ViceMania on September 26, 2014, 10:42:27 am
If you go at least to some server with commands / register, / login, / admins, / kick, / ban, / setlevel, / setanim .. for people like me who do not understand Squirrel, have at least one object to see what represented and from there I can try. I would be very grateful ...
Title: Re: pawno for 0.4
Post by: sseebbyy on September 26, 2014, 12:53:39 pm
Here is a good enough "example" that should really help you.
Read the comments from the scripts, and learn. ;)

http://liberty-unleashed.co.uk/VCWiki/Scripting/Squirrel/Scripts/FBS

If you have any troubles, just make posts, and we will try to teach you.
Title: Re: pawno for 0.4
Post by: Honey. on September 26, 2014, 01:41:42 pm
Here is a good enough "example" that should really help you.
Read the comments from the scripts, and learn. ;)

http://liberty-unleashed.co.uk/VCWiki/Scripting/Squirrel/Scripts/FBS

If you have any troubles, just make posts, and we will try to teach you.

NOTE : FBS stores passwords in plain text s it is preferable to use VBS Instead