19.09.2013, 19:09
Hello Guys i Want Help From Kidnap!
i Want Get Player and me in Car Or Bikes Automatic
this i want please see here i want add it here
please help from this i want get player and me in car or bikes
i Want Get Player and me in Car Or Bikes Automatic
this i want please see here i want add it here
PHP код:
dcmd_kidnap(playerid,params[])
{
new string[128];
new ID;
if(sscanf(params, "u", ID))
{
SendClientMessage(playerid,COLOR_ERROR,"USAGE: /kidnap (Player Name/ID)");
return 1;
}
if(IsSpawned[playerid] != 1)
{
SendClientMessage(playerid,COLOR_ERROR,"You must be alive and spawned in order to be able to use this command.");
return 1;
}
if(IsFrozen[playerid] == 1)
{
SendClientMessage(playerid,COLOR_ERROR,"You have been frozen by a Server Administrator. You cannot use this command.");
return 1;
}