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 - VC[88]PD

Pages: 1 2 3 [4]
46
Snippet Showroom / Re: Christmas Theme By Moby (me) [ + VIDEO]
« on: January 14, 2013, 01:48:53 pm »
where is the christmas tree???  :P
lol,khoa.It's in little havana,you can look the video to find it

47
I don't know how to reply someone but thanks a lot sseebbyy !

My pleasure.  ;)

All replies have in top-right an button called *Quote* . Click on it and you will reply to that post.
;)Ok,thanks again.

48
I don't know how to reply someone but thanks a lot sseebbyy !

49
mIRC/pawn Scripting / count command by me(not that count down in gups)
« on: December 28, 2012, 04:09:23 pm »
[pawn]else if ( strcmp( cmd, "!count", true ) == 0 )
   {
       SetTimer( "CountDowns3", 1000, 0 );
        SetTimer( "CountDowns2", 2000, 0 );
       SetTimer( "CountDowns1", 3000, 0 );
       SetTimer( "FinalCount", 4000, 0 );
      return 1;
   }[/pawn]
and the public:

[pawn]public CountDowns3()
{
   new szMsg[ 16 ];
   format( szMsg, 16, "== 3 ==");
   SendClientMessageToAll( COLOR_GREEN, szMsg );
}
public CountDowns2()
{
   new szMsg[ 16 ];
   format( szMsg, 16, "== 2 ==");
   SendClientMessageToAll( COLOR_GREEN, szMsg );
}
public CountDowns1()
{
   new szMsg[ 16 ];
   format( szMsg, 16, "== 1 ==");
   SendClientMessageToAll( COLOR_GREEN, szMsg );
}

public FinalCount()
{
   SendClientMessageToAll(COLOR_GREEN, "== GO! ==" );
   GameTextForAll("gogogo!!");
}[/pawn]
Here is it ,thanks.

50
Support / Re: WHY CHINESE SERVER ALWAYS LOST CONNECTION?
« on: December 28, 2012, 07:42:01 am »
OKAYOKAY,thanks

51
Support / Re: WHY CHINESE SERVER ALWAYS LOST CONNECTION?
« on: December 27, 2012, 06:36:20 pm »
DO you know how to know who is the attacker?It 's not a normal crash , because the servers are  crash at the same time.

52
Support / WHY CHINESE SERVER ALWAYS LOST CONNECTION?
« on: December 27, 2012, 06:00:00 pm »
THE SUNNY CITY ,THE VCPD SERVER AND MORE SERVER IF THEIR'S PORT IS 5192 ALWAYS  LOST CONNECTION .WE THINK THERE'S SOMEONE ATTACKED THESE SERVER.CAN THE OFFICIAL CHECK THIS? PLEASE!!
 
I KNOW MY ENGLISH IS SO BAD ,BUT PLEASE HELP ME!

Pages: 1 2 3 [4]