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.


Topics - killvn1

Pages: [1]
1
mIRC/pawn Scripting / Problem about /fall and /me SPAM
« on: July 11, 2013, 03:22:12 pm »
I make the anti flood or anti spam in my server. That's mean when player spam chat he will get kick.But soon i discover player in my server use /me [messenger] to spam and my anti spam can not kick him. Another problem it's the /fall disable fall on ground when hit by stubby , shotgun or spa

How can i disable /me or /fall in my server ? I use this

else if (strcmp(cmd, "/fall", true) == 0) {
        SendClientMessagef(playerid,RED, "You can't use this");
      return 1;

else if (strcmp(cmd, "/me", true) == 0) {
        SendClientMessagef(playerid,RED, "You can't use this");
      return 1;

But it's not work in my scripts.

2
mIRC/pawn Scripting / Disable Weapon Damage ? Need Help
« on: May 02, 2013, 10:22:56 am »
I see in some vc-mp server they can disable weapon damage in Bank's Area .

Wow ... can i do this ?  :) You guy have any idea ?  :-*

3
mIRC/pawn Scripting / Bug in Pawno server >>> Need Help
« on: April 29, 2013, 06:17:54 pm »
Player in my server use /fall commands to create No Fall when they hit by stubby !
How can i disable /fall or /do 30 on my server ? Or /fall and /do 30 will get kick ?

Thank you for answer !

4
Support / Request VC-MP Client For Iphone and Ipad
« on: March 10, 2013, 05:24:57 pm »
As you know ... GTA Vice City have the version in Iphone and Ipad a few month ago !
Here it's the link :
Code: [Select]
https://itunes.apple.com/vn/app/grand-theft-auto-vice-city/id578448682?mt=8




And the video :
Code: [Select]
http://www.youtube.com/watch?v=Eqb1d-eJyys
I was very expect if develop team of vcmp can make the Client Vice City online for version of Iphone and Ipad ( IOS ) so i and another player can play vcmp in Idevice !

If you can do that ... I'd love to try Slide Stubby Shotgun in my Little Phone :)) may be :))

Hope you can do it :) Thank you so much !

5
Support / Please fix the awiki link of Server Info
« on: March 01, 2013, 10:04:07 am »
I always use the link :
http://not.awiki.org/query.php?ip="IP of Server"&port="port" to see info of my server ...

But now not work ... Any one have another link to show info of the server like that or please fix the link :(:-[

6
Support / I Have No Idea Why My Server Crash ???
« on: January 22, 2013, 05:50:45 pm »
I develop my server from Gup 1.16 . I Complier file pwn to amx with No error  ??? . But sometimes my server crash . Not always but sometime ... when player are playing ... The server suddenly crash .
I have No Idea why .

Is there any way to know exactly what is the error with my server ? Because my server now have more 20.000 sentence of scripts ! I Will goto crazy if i check each line  :-\

7
Support / Little Question about PAWNO Server (Reload Scripts ?)
« on: January 19, 2013, 05:15:48 am »
As far as i know . Squirrel server have the commands : "reload_scripts".type that and server will reload the scripts without restart the server !  ;D

So without restart the server . You can restart your scripts with the commands . that's mean when you need to edit something in scripts , player in your server still playing like nothing happen  :-*

I wonder if something like that can do it in PAWNO server  8) . I'm so sad because when i need edit pawno scripts i need hard restart my server !  >:( and all my player lost connect  :'(

8
Support / My Server NOT Showing to the Internet Tab ( I Use VPS Win )
« on: January 18, 2013, 08:48:56 am »
I Use VPS Win . I Open the port number 5192 , 5315 both UDP and TCP on the VPS, I also allow  vcmp-svr.exe through the fire wall , even I Turn Off the FireWall of the VPS, run my server then everything work OK !

But i can only see my server from my Computer if I add the IP of the VPS to the Favorites Tab .

When I click the Internet Tab . My Server NOT show up .
I try and try again but not work !
So my server active but not show up on the Internet Tab !

This is some information of my VPS when I type Ipconfig /all from cmd :

Windows IP configuration :

Host Name :
Primary Dns Suffix:
Mode type : Unknow
IP Routing Enabled : NO
WINS Proxy Enabled : NO

Ethernet adapter Local Area Connection :

Connection-Specific DNS Suffix :
Description : AMD PCNET Family PCI Ether
Physical Address : 00-50-56-AD-7F-??
DHCP Enabled : NO
IP Address : 210.211.xxx.xx
Subnet Mask : 255.255.255.254
Default Gateway : 210.211.xxx.xx
DNS Server : 8.8.8.8
                     8.8.4.4

So how can I see my server in the Internet Tab ?

9
General Discussion / [Hot] Sex Action For Vice City MultiPlayer
« on: October 23, 2012, 04:27:54 pm »
First i'm very sorry because it's not by Scripting !

It's a Mod for VC-MP . It's very interesting mod i think . I founded it on the internet then i want to share with you !

Here is the download link :
Code: [Select]
http://www.mediafire.com/?dm1ucygagb1la1i
After download ... please copy the file to the Folder anim of Vice City ! ofcourse replace the file !

how to use : when you kill any one in the game ! They will fall to the ground . Go near him/her then .... lol :))

This is the image i catch when i use the mod :




hmm ... is tommy gay ? ... just joking :))  :-[


10
mIRC/pawn Scripting / Stupid mistake ( Font of pawno )
« on: April 20, 2012, 05:23:44 pm »
Hey Guy i just change the font of pawno to " !@#$%%^& " so every sentence of commands look like this

!@#$%%^&*(^!%#^@$#@#^E@&#!@%$%^@$

So what exactly the font of pawno server i must choose back for normal sentence before ???

Stupid mistake of me :)) ... can anybody help me ? thank you !

11
mIRC/pawn Scripting / Easy question : Teleport commands
« on: December 28, 2010, 01:28:23 pm »
I use Script Gups1.16A and it have !goto commands
but i want when i player type !goto ID then after 5 seconds teleport commands active
How can i do it ?

12
mIRC/pawn Scripting / Help me ( SendRconCommand not work ) Pawn
« on: October 15, 2010, 12:12:24 pm »
I use pawn Script ! I create commands :

if (strcmp(cmd,"kickme", true) == 0)
{
SendClientMessage(playerid,COLOR_RED,"As you wish.");
SendRconCommand("kick %d",playerid);
return 1;
}

But SendRconCommand("kick %d",playerid); not work ??? ! How can i SendRconCommand look like :
Player type !rain
SendRconCommand("setweather 5");

But is not work ??? Help me thanks ! >:( :-* :D

Pages: [1]