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 - Mattz

Pages: 1 ... 4 5 [6] 7 8 ... 11
76
mIRC/pawn Scripting / Re: Server config.ini
« on: August 29, 2008, 11:11:44 pm »
lol, well ill pm you some vehicle models. Try them on a windows server and a linux server and tell which one works :p


77
mIRC/pawn Scripting / Re: Server config.ini
« on: August 29, 2008, 09:30:37 pm »
It should run okay with any Linux i guess.

78
mIRC/pawn Scripting / Re: Server config.ini
« on: August 29, 2008, 03:34:06 am »
The freeze happens because you have too many different model of vehicles.

EDIT: The windows server can't handle a lot of different vehicle models as well as linux server.

79
Support / Re: [BUG FOUND] Weapon Name Bug
« on: August 28, 2008, 02:24:02 am »
It's not easy, you have to stand exactly at the right distance from your target...

Yea, You got to keep swinging until it hits the person.

80
XE Servers (Legacy) / Re: Server Contest
« on: August 28, 2008, 02:16:57 am »
Well, heres a location that i just made =x

Code: [Select]
PlayerPos = -1102.0092 -599.1348 26.1123 ; Where the local player model is initially placed
CamPos = -1104.1432 -591.3020 27.3656 ; Where the camera is situated for class selection
CamLook = -1102.1432 -603.3020 27.3656 ; Where the camera is looking for class selection



I hope you like it  ;)

81
XE Servers (Legacy) / Re: Suggestions
« on: August 25, 2008, 07:32:51 am »
XE has a !getip cmd already, and its also make that 8)

82
XE Servers (Legacy) / Re: Suggestions
« on: August 18, 2008, 04:38:06 am »
Hmm i see, It happens even if you use the signal "on Disconnect" to save the data it?

83
XE Servers (Legacy) / Re: Suggestions
« on: August 17, 2008, 08:28:57 am »
Use hashes to save/load data :)

Hashes saves and loads faster than ini.
Quote from mirc help: "Hash tables allow you to efficiently store large amounts of information which can be quickly referenced and retrieved later on."

Ini can lag the scripts and put wear on your pc HD.

84
Support / Re: [BUG FOUND] Weapon Name Bug
« on: August 16, 2008, 02:41:42 am »
I didnt know that you can get hurt by the hammer in vc-mp :s

85
Support / Re: mss32.dll
« on: August 15, 2008, 12:00:50 am »
The mss32.dll must be in the Vice City folder.

86
Support / Re: New & old Announce.exe does not seem to work for me
« on: August 14, 2008, 06:04:31 pm »
Yea, Tommis fixed it. Dunno how

87
Support / Re: New & old Announce.exe does not seem to work for me
« on: August 14, 2008, 02:32:29 pm »
I had that problem a few days ago. The announce.exe wasn't getting permission to show on the internet list.

88
mIRC/pawn Scripting / Re: Help in script
« on: August 11, 2008, 07:33:35 am »
Its
Code: [Select]
HP To:[ $3- ]

89
mIRC/pawn Scripting / Re: Help in script
« on: August 09, 2008, 02:45:28 am »
I hope this works

In IRC
Code: [Select]
if ($vcmp.isop($nick)) {
    ;--- op only commands
if ($1 == !setlevel) $iif((($3 isnum) && ($3 > 0) && ($3 < 12)) && ($vcmp.acct.exists($2) != 0),vcmp.acct.setadminlvl $2 $3,vcmp.echo ** Account $2 not found.)

Use the full player's full name.

Alias
Code: [Select]
alias vcmp.acct.setadminlvl vcmp.setacct $1 $puttok($vcmp.acct($1),$iif($2,$v1,1),3,32)

90
Vice City / Re: I wanted to try making my own server
« on: August 08, 2008, 09:14:14 pm »

Pages: 1 ... 4 5 [6] 7 8 ... 11