07.12.2012, 14:29
pawn Код:
CMD:copcar(playerid, params[])
{
copcar[MAX_VEHICLES] = CreateVehicle(420,1749.0494,-1860.6791,13.2702,270.6886,0, 1,30000);
return 1;
}
CMD:copcar(playerid, params[])
{
copcar[MAX_VEHICLES] = CreateVehicle(420,1749.0494,-1860.6791,13.2702,270.6886,0, 1,30000);
return 1;
}
new copcar[MAX_PLAYERS];
copcar[playerid] = CreateVehicle(420,1749.0494,-1860.6791,13.2702,270.6886,0, 1,30000);
At top of your game put this
pawn Код:
pawn Код:
|
if(GetVehicleModel(596) || GetVehicleModel(599))
{
SendClientMessage(playerid, COLOR_RED, "Owned by LSPD.");
}
else
{
SendClientMessage(playerid, COLOR_RED, "Owned by The State.");
}