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

Pages: [1] 2
1
Support / Re: rcon not worked or i'm idiot?
« on: January 17, 2010, 10:09:48 pm »
you used vcmp server or pawn server

2
mIRC/pawn Scripting / Re: [REQ] Pawno Functions on VCMP
« on: January 16, 2010, 06:04:57 pm »
Thank you thijn , its a liiittle bit not clear (Float and bool and const name funcname[], interval, repeating len) xD

3
mIRC/pawn Scripting / [REQ] Pawno Functions on VCMP
« on: January 16, 2010, 05:41:25 pm »
Hi, Im wondering how to use functions in VCMP like


Code: [Select]
SendClientMessage(playerid, COLOR_ORANGE, "!goto !heal /c wep !hp !info !fight")
the users need some help like:

Quote
SendClientMessage(playerid, ColorNameHere, "TextHere")

This is just 1 example we need More Examples like announce and setting positions and stuff

Thank you.

4
mIRC/pawn Scripting / mIRC Functions
« on: December 09, 2009, 03:28:49 pm »

You can use these Functions in like:
Code: [Select]
vcmp.msg %id Today is $day
Current nickname: $me
Current Server $server
Current Network $network
Current Day: $day
Current Time: $time
Current Date: $date
Fulldate: $fulldate
Version: $Version
see how many scripts loaded: $Script(0)
mIRC uptime: $uptime(mirc,1)
get the exploitation system: $os
System uptime: $uptime(system,1)
Get Host: $host
Get IP :$ip
Get Port : $port

HAVE FUN if you have more just post them in this topic  :)

5
Support / Re: OMFG High PING !!!!
« on: December 09, 2009, 02:39:47 pm »
im using WAN connection not a lan and not wireless, i had 1.1mbs 1 week ago and i had 120~150 ping , and now i still have 1.1mbs and the ping Got UP ! like 200~800
On any server! like littlewhitey i had exactly 120 ping and agonath RPG 100 or 130 now I HAVE 500 !!! whats the diffrance between the first 1.1mbs and the new one !!

6
Support / Re: OMFG High PING !!!!
« on: December 08, 2009, 04:31:18 pm »
didnt work , i had a speed connection test hers the results

Quote
Download Speed: 691 kbps (86.4 KB/sec transfer rate)
Upload Speed: 216 kbps (27 KB/sec transfer rate)

do i need the upload speed so i can have a low ping??

7
Support / OMFG High PING !!!!
« on: December 08, 2009, 03:12:58 pm »
i have a serious Problem with my ping in the last 5 days, first i had the ping from 100 to 120 or 150 now i have 1000 and  more than 200 !!
Can somebody please help me solve this
hers a pic :



8
mIRC/pawn Scripting / Re: Area Creating..
« on: December 05, 2009, 01:55:48 pm »
YES IT WORKED THANKS THIJN xD

and for other people that are searching for this explanation:

   -----------------Y
   l                        l
   l                        l
   l                        l
  X-----------------


/s in the Y ,gived me : 301.5712 -599.0359 10.1383
/s in the X,gived me : 314.2163 -619.0131 10.1383

The Y1 is : 301.5712
The Y2 is : -599.0359
And the last one in the Y is the High so we wont need that

The X1 is : 314.2163
The X2 is : -619.0131
And the last one in the X is the High so we wont need that

Quote
314.2163 X1 , -599.0359 Y2 ,-619.0131 X2 ,-599.0359 Y2 , 314.2163 X1,-619.0131 Y2, 314.2163 X1
-619.0131 Y2=location

So it goes

Quote
Y1,Y2,X2,Y2,X1,Y2,X1=location

and save it in the top of the file vcmp.data.ini, After [AREAS]

9
mIRC/pawn Scripting / Re: Area Creating..
« on: November 30, 2009, 06:12:39 pm »
it didnt WORK  >:( :-\ :'( :'(

10
mIRC/pawn Scripting / Re: Area Creating..
« on: November 30, 2009, 04:20:52 pm »
i did it like this

   -----------------Y
   l                       l
   l                       l
   l                       l
 X------------------

I typed /s in the Y
and /s in the X

The Y gived me : 301.5712 -599.0359 10.1383
The X gived me : 314.2163 -619.0131 10.1383

and i typed as you said

Quote
X1,Y2,X2,Y2,X2,Y1,X1,Y1=location

X1 is : 314.2163
X2 is : -619.0131
Y1 is : 301.5712
Y2 is : 599.0359

and i did this

Code: [Select]
314.2163,-599.0359,-619.013,-599.0359,-619.0131,301.5712,-619.0131,301.5712=maroc

(as you said)

and it didnt work


11
mIRC/pawn Scripting / Area Creating..
« on: November 30, 2009, 12:41:13 pm »
How to Creat an Area like this :

Code: [Select]
[AREAS]
-1587,1584,-1177,1584,-1177,1398,-1587,1398=Dirtring Stadium (Downtown)
-1587,1348,-1177,1348,-1177,1145,-1587,1145=Hotring Stadium (Downtown)
-1587,1099,-1177,1099,-1177,896,-1587,896=Bloodring Stadium (Downtown)

Its for GUS9.0

thank you

12
mIRC/pawn Scripting / Re: i need a quick script
« on: November 17, 2009, 02:46:20 pm »
ok i used it where should i put the script and what is it

13
mIRC/pawn Scripting / Re: i need a quick script
« on: November 14, 2009, 04:43:58 pm »
you will need to use a timer if you dont use the new DLL (which is recommend)


And whats the script ::)

14
mIRC/pawn Scripting / i need a quick script
« on: November 14, 2009, 04:00:58 pm »
hi guys, i need help in gus9.0
how to set a script when a player is in X area and a automatic message appears and says "You are in X Area"

15
mIRC/pawn Scripting / Re: Mini-announce Help
« on: October 28, 2009, 09:41:35 pm »
Hi Hancock,

Unfortunatelly, the size of the announce text cannot be modified, but its position in the screen is settable with special characters, although within certain limits.

Regards,
Greg

But i saw it in a server !displaying "low health detected" with yellow color and its placed in the right-down corner of the screen

Pages: [1] 2