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

Pages: 1 2 [3]
31
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 ?

32
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

33
UltraMegaServer / Re: script bug report
« on: October 06, 2010, 06:36:06 am »
Oh ! Wonderful script ! Can any body post the script can auto kick flood ??? I'm really need this script ... I use pawn script ... please !!! :D

Thanks

Pages: 1 2 [3]