08.05.2013, 18:14
It says Unknow Command
This is my command
This is my command
pawn Код:
cmd:refuelcars(playerid, params[])
{
if(PlayerInfo[playerid][pAdmin] == 1)
{
VehicleInfo[i][pvFuel] = 100.0;
SendClientMessageToAll(COLOR_BLUE,"SERVER: All cars have been refilled!");
SendClientMessageEx(playerid, COLOR_LIGHTBLUE,"You have reffiled all cars!");
}
else
{
SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
}
return 1;
}