• Welcome to Vice City Multiplayer.
 

Help me ( SendRconCommand not work ) Pawn

Started by killvn1, October 15, 2010, 11:12:24 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

killvn1

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