01.10.2010, 23:18
pawn Код:
if (CopSkin == 280 || CopSkin == 281 || CopSkin == 282 || CopSkin == 283)
{
format(string,sizeof(string),"This Vehicle Is Owned By Fort Carson Sheriff Dept", string);
SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
return 1;
}
else
{
RemovePlayerFromVehicle(playerid);
SendClientMessage(playerid, COLOR_ERROR, "ERROR: You are not a Cop.");
return 1;
}
return 1;
pawn Код:
if (CopSkin == 280 || CopSkin == 281 || CopSkin == 282 || CopSkin == 283)
{
format(string,sizeof(string),"This Vehicle Is Owned By Fort Carson Sheriff Dept", string);
SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
return 1;
}
else
{
RemovePlayerFromVehicle(playerid);
SendClientMessage(playerid, COLOR_ERROR, "ERROR: You are not a Cop.");
return 1;
}