Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Charleyutton

Pages: 1 [2] 3 4
16
XE Servers (Legacy) / Re: Why do people like XE so much?
« on: April 23, 2011, 01:49:19 pm »
also, most other servers pop out of nowhere one day from some scripters brain, and once he finds out it takes much more than his ideas alone to make a popular server, they abandon their efforts, begin ragging on VCMP and blaming the game for the shortcomings of their server.

 ::)

17
mIRC/pawn Scripting / Re: 4 questions...
« on: April 14, 2011, 12:40:55 pm »
In answer to your question Doomer, you should do what feels best for you, like Klaus said. All languages have their pros and cons, in my opinion squirrel is the best, but others think otherwise so it's up to you to decide. One advantage I will point out however is that with PAWN and Squirrel, their scripts are contained within the server, instead of on mIRC, so you only need a server host, not a server host and a 24/7 mIRC host.


We are all waiting for 0.4 , but there's a little detail..... HOW and WHEN we know if that version will fix all the bugs ?? This 0.4 had been annouced since a few years I think , so... and???  Stay for this new realise , ins't good choise . I recomend u to stay in Mirc , specially in psyQLite . Squirrel is good but , there isn't many functions like ResetPlayerWeapons , etc.. The other possibility is lear LUA language , witch for me is the best (lua=VCO scripting) , but very dificult too.

Squirrel actually has all of PAWN's functions, and more. Some of them don't work, like setting a player's team, but most do.

Quote
ResetPlayerWeapons

I've updated the wiki to show you how to do this:

http://liberty-unleashed.co.uk/VCWiki/Scripting/Squirrel/Functions/Players/SetWeapon

Note:- Squirrel has amalgamated a lot of functions in the original PAWN server. E.g. GivePlayerMoney, SetPlayerMoney, GetPlayerMoney, ResetPlayerMoney are all amalgamated into one: player.Cash

18
mIRC/pawn Scripting / Re: Drop money pickup on player dead ?? (pawno)!
« on: April 12, 2011, 10:23:50 pm »
Squirrel also misses ResetPlayerWeapons :(

No it doesn't:

player.SetWeapon( 0, 0 );

19
XE Servers (Legacy) / Re: Why do people like XE so much?
« on: April 11, 2011, 02:36:17 pm »
XE Uses Laggy Mirc scripts

Not for long  ::)

20
mIRC/pawn Scripting / Re: Drop money pickup on player dead ?? (pawno)!
« on: April 11, 2011, 01:26:04 pm »
Learning Squirrel is  Much Easier than Pawn I will make Tutorial Video Soon as i can! and ITS MUCH BETTER 90 % stability no crasher has been made for it and its Has ALOT OF FUNCTIONS THAN PAWNo It can even change it's Server name / Mode Name while Server is Running no Need of Restart :D and it can Even Connect IRC with out mIRC dll or PSA  MUCH MUCH MORE!!

But it can't SetWepDamage or SetPlayerTeam which makes me very sad.


21
mIRC/pawn Scripting / Re: Some Tips for SQUIRREL ..(help)
« on: April 06, 2011, 08:51:36 pm »
He showed that he 1)Knows how to script pawn 2)Can speak English 3)Pointed out a load of errors with the current pawn build

22
mIRC/pawn Scripting / Re: Pawn SUX!!
« on: April 02, 2011, 01:52:46 am »
I believe onPlayerFall actually detects whether the fall animation is being played, Skirmant. ie. when you get hit down by a shotgun or do /fall

23
mIRC/pawn Scripting / Re: Pawn SUX!!
« on: April 01, 2011, 08:12:24 pm »
Sorry Big[H] you seem to be under the illusion that anyone cares...

But yeah squirrel does seem to be the better option, in almost every sense.

24
mIRC/pawn Scripting / Re: DCMD in VC-MP
« on: March 31, 2011, 06:02:00 pm »
Roy man, been a long time, you coming back to vcmp? Sorry I have no answer to your question though :p

25
XE Servers (Legacy) / Re: Why do people like XE so much?
« on: March 31, 2011, 12:37:34 pm »
Yeah pretty much what aXXo said.

There's a long back-story as to why XE is so popular with newbies and veterans alike, if you really want an essay on it pm me :p

The overall reason though is that it promotes complete freedom of gameplay, whilst under thorough administration and monitoring so as to keep the gameplay balanced.

26
Support / Re: Modded Vice City
« on: March 30, 2011, 08:59:48 pm »
i have modded map but i send my map to my friends xD

Cool story, bro.

27
Support / Re: OMM LAWL
« on: March 29, 2011, 09:03:38 pm »
http://portforward.com/

Pick your router from there and follow the general guidelines to port forward with it.

28
Support / Re: Radio station in india dont work?
« on: March 22, 2011, 11:50:27 am »
This is hilarious.

Yeah cos you're in India you are too far away from the radio antenna so it can't pick it up.

29
mIRC/pawn Scripting / Re: Bus stops
« on: March 15, 2011, 05:55:29 pm »
Nice one yazeen


Don't bump old topics

30
mIRC/pawn Scripting / Re: Function for pickups in PAWNO! HELP
« on: February 21, 2011, 03:03:46 pm »
The callback/event for picking up a pickup is not OnplayerPickup.

It's OnPickedUp.
Code: [Select]
public OnPickedUp(pickupid, playerid)
{
SendClientMessage(playerid,COLOR_YELLOW,"Hey, you picked something!");
return 1;
}

Pages: 1 [2] 3 4