Vice City Multiplayer

VC:MP => mIRC/pawn Scripting => Topic started by: killvn1 on October 15, 2010, 11:12:24 AM

Title: Help me ( SendRconCommand not work ) Pawn
Post by: killvn1 on October 15, 2010, 11:12:24 AM
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