07.03.2013, 06:46
hey guy as i was making some clan cmds but here i cant do it when they player is eZ clan member still he cant use this cmd can any one help
Код:
if (strcmp("/ezfix", cmdtext, true, 10) == 0)
{
if(iseZmember[playerid] == true)
{
RepairVehicle(GetPlayerVehicleID(playerid));
SendClientMessage(playerid, COLOR_LIGHTBLUE, "AAD: Your Vehicle is now fixed");
}
else SendClientMessage(playerid, COLOR_LIGHTBLUE, "You are not allowed to use this command");
return 1;
}
return 0;
}

