• Welcome to Vice City Multiplayer.
 
Menu

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.

Show posts Menu

Topics - killvn1

#1
mIRC/pawn Scripting / Easy question : Teleport commands
December 28, 2010, 11:28:23 AM
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 ?
#2
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